mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Cosmetic fixes
This commit is contained in:
parent
03881d5614
commit
2affbf6734
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ profile zsysctl @{exec_path} flags=(complain) {
|
|||
@{run}/zsys-snapshot.unattended-upgrades rw,
|
||||
@{run}/zsysd.sock rw,
|
||||
|
||||
owner @{PROC}/@{pids}/stats r,
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
@{PROC}/cmdline r,
|
||||
owner @{PROC}/@{pids}/stats r,
|
||||
@{PROC}/filesystems r,
|
||||
@{PROC}/sys/kernel/spl/hostid r,
|
||||
|
||||
|
@ -45,5 +45,5 @@ profile zsysctl @{exec_path} flags=(complain) {
|
|||
/dev/pts/[0-9]* rw,
|
||||
/dev/zfs rw,
|
||||
|
||||
include if exists <local/zsysctl>
|
||||
include if exists <local/zsysd>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue