mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
Small fixes
This commit is contained in:
parent
2affbf6734
commit
e2e14510ff
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ profile release-upgrade-motd @{exec_path} {
|
|||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/date rix,
|
||||
/{usr/,}bin/expr rix,
|
||||
/{usr/,}bin/id rix,
|
||||
/{usr/,}bin/id rPx,
|
||||
/{usr/,}bin/stat rix,
|
||||
/{usr/,}bin/do-release-upgrade rPx,
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ profile zsysctl @{exec_path} flags=(complain) {
|
|||
@{run}/zsys-snapshot.unattended-upgrades rw,
|
||||
@{run}/zsysd.sock rw,
|
||||
|
||||
owner @{PROC}/@{pids}/stats r,
|
||||
owner @{PROC}/@{pids}/stat r,
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
@{PROC}/cmdline r,
|
||||
@{PROC}/filesystems r,
|
||||
|
|
Loading…
Reference in a new issue