mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
feat(tunables): expand coreutils with findutils & diffutils.
This commit is contained in:
parent
ec7715aaf3
commit
72d8d14480
1 changed files with 5 additions and 5 deletions
|
@ -15,15 +15,15 @@
|
|||
# All interactive shells users may want to use
|
||||
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh
|
||||
|
||||
# Coreutils programs that should not have dedicated profile
|
||||
# Coreutils programs that should not have dedicated profile. Also includes findutils and diffutils.
|
||||
@{coreutils} = {,g,m}awk b2sum base32 base64 basename basenc cat chcon chgrp chmod chown
|
||||
@{coreutils} += cksum comm cp csplit cut date dd df dir dircolors dirname diff du echo env expand
|
||||
@{coreutils} += cksum cmp comm cp csplit cut date dd df dir dircolors dirname diff diff3 du echo env expand
|
||||
@{coreutils} += expr factor false find fmt fold {,e,f}grep head hostid id install join link
|
||||
@{coreutils} += ln logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
|
||||
@{coreutils} += ln locate logname ls md5sum mkdir mkfifo mknod mktemp mv nice nl nohup nproc numfmt
|
||||
@{coreutils} += od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir
|
||||
@{coreutils} += runcon sed seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep
|
||||
@{coreutils} += runcon sdiff sed seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep
|
||||
@{coreutils} += sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true
|
||||
@{coreutils} += truncate tsort tty uname unexpand uniq unlink vdir wc who whoami xargs yes
|
||||
@{coreutils} += truncate tsort tty uname unexpand uniq unlink updatedb vdir wc who whoami xargs yes
|
||||
|
||||
# Browsers
|
||||
|
||||
|
|
Loading…
Reference in a new issue