mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
zgrep profile: allow executing /usr/bin/expr
expr is used for parsing commandline options in zgrep. Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1198531
This commit is contained in:
parent
3d27977b1c
commit
ad8c5f0be3
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ profile zgrep /usr/bin/{x,}zgrep {
|
|||
/usr/bin/{ba,da,}sh ix,
|
||||
/usr/bin/bzip2 Cx -> helper,
|
||||
/usr/bin/cat ix,
|
||||
/usr/bin/expr ix,
|
||||
/usr/bin/grep Cx -> helper,
|
||||
/usr/bin/gzip Cx -> helper,
|
||||
/usr/bin/mktemp ix,
|
||||
|
|
Loading…
Add table
Reference in a new issue