mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
Remove entries duplicate with base abstractions.
This commit is contained in:
parent
ddf5f1f512
commit
b6b510aa36
3 changed files with 1 additions and 8 deletions
|
@ -21,7 +21,5 @@ profile release-upgrade-motd @{exec_path} {
|
|||
|
||||
/var/lib/ubuntu-release-upgrader/release-upgrade-available rw,
|
||||
|
||||
@{PROC}/filesystems r,
|
||||
|
||||
include if exists <local/release-upgrade-motd>
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,6 @@ profile zsys-system-autosnapshot @{exec_path} flags=(complain) {
|
|||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/zsysctl rix,
|
||||
/{usr/,}bin/zsysd rix,
|
||||
|
||||
/{usr/,}lib/locale/locale-archive r,
|
||||
|
||||
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
|
||||
|
||||
|
@ -26,8 +24,6 @@ profile zsys-system-autosnapshot @{exec_path} flags=(complain) {
|
|||
@{run}/zsys-snapshot.unattended-upgrades rw,
|
||||
@{run}/unattended-upgrades.pid r,
|
||||
|
||||
@{PROC}/filesystems r,
|
||||
|
||||
/dev/pts/[0-9]* rw,
|
||||
|
||||
include if exists <local/zsys-system-autosnapshot>
|
||||
|
|
|
@ -34,7 +34,6 @@ profile zsysctl @{exec_path} flags=(complain) {
|
|||
owner @{PROC}/@{pids}/stat r,
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
@{PROC}/cmdline r,
|
||||
@{PROC}/filesystems r,
|
||||
@{PROC}/sys/kernel/spl/hostid r,
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
|
Loading…
Reference in a new issue