mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
fix: remove duplicate program name.
This commit is contained in:
parent
1c6f7dd1c2
commit
37bb51ccb5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# Coreutils programs that should not have dedicated profile
|
||||
@{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} += expr factor false find fmt fold gawk {,e,f}grep head hostid id install join link
|
||||
@{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} += 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
|
||||
|
|
Loading…
Reference in a new issue