mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(tunable): add the coreutils variable.
This commit is contained in:
parent
7d3d01ac01
commit
cc98c21cbf
1 changed files with 13 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
# All the shells
|
# All the shells
|
||||||
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh
|
@{shells} = sh zsh bash dash fish rbash ksh tcsh csh
|
||||||
|
@{shells_path} = @{bin}/@{shells}
|
||||||
|
|
||||||
# Browsers
|
# Browsers
|
||||||
|
|
||||||
|
@ -40,3 +41,15 @@
|
||||||
@{open_path} = @{bin}/exo-open @{bin}/xdg-open
|
@{open_path} = @{bin}/exo-open @{bin}/xdg-open
|
||||||
@{open_path} += @{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop @{lib}/gio-launch-desktop
|
@{open_path} += @{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop @{lib}/gio-launch-desktop
|
||||||
|
|
||||||
|
# Experimental - May be modified/removed without notice
|
||||||
|
# Coreutils programs that should not have dedicated profile
|
||||||
|
@{coreutils} = awk b2sum base32 base64 basename basenc cat chcon chgrp chmod chown
|
||||||
|
@{coreutils} += cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand
|
||||||
|
@{coreutils} += expr factor false find fmt fold gawk grep head hostid id install join link
|
||||||
|
@{coreutils} += ln 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} += 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_path} = @{bin}/@{coreutils}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue