Merge branch 'master' of github.com:roddhjav/apparmor.d

* 'master' of github.com:roddhjav/apparmor.d:
  bulk cross-OS awk (#75)
This commit is contained in:
Alexandre Pujol 2022-09-11 20:48:03 +01:00
commit 58e060c470
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
80 changed files with 85 additions and 90 deletions

View file

@ -29,7 +29,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/find rix,
/{usr/,}bin/findmnt rPx,
/{usr/,}bin/fsck rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/grep rix,
/{usr/,}bin/hexdump rix,
/{usr/,}bin/install rix,

View file

@ -18,7 +18,7 @@ profile paccache @{exec_path} {
/{usr/,}bin/bash rix,
/{usr/,}bin/cat rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/gettext rix,
/{usr/,}bin/pacman rPx,
/{usr/,}bin/pacman-conf rPx,
@ -38,4 +38,4 @@ profile paccache @{exec_path} {
/dev/tty rw,
include if exists <local/paccache>
}
}

View file

@ -22,7 +22,7 @@ profile pacdiff @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/cat rix,
/{usr/,}bin/cmp rix,
/{usr/,}bin/find rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/locate rix,
/{usr/,}bin/pacman rix,
/{usr/,}bin/pacman-conf rPx,

View file

@ -19,7 +19,7 @@ profile pacman-key @{exec_path} {
/{usr/,}bin/basename rix,
/{usr/,}bin/bash rix,
/{usr/,}bin/chmod rix,
/{usr/,}bin/gawk rix,
/{usr/,}bin/{m,g,}awk rix,
/{usr/,}bin/gettext rix,
/{usr/,}bin/gpg rCx -> gpg,
/{usr/,}bin/grep rix,