mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-06 18:25:05 +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,
|
/var/lib/ubuntu-release-upgrader/release-upgrade-available rw,
|
||||||
|
|
||||||
@{PROC}/filesystems r,
|
|
||||||
|
|
||||||
include if exists <local/release-upgrade-motd>
|
include if exists <local/release-upgrade-motd>
|
||||||
}
|
}
|
|
@ -18,16 +18,12 @@ profile zsys-system-autosnapshot @{exec_path} flags=(complain) {
|
||||||
/{usr/,}bin/zsysctl rix,
|
/{usr/,}bin/zsysctl rix,
|
||||||
/{usr/,}bin/zsysd rix,
|
/{usr/,}bin/zsysd rix,
|
||||||
|
|
||||||
/{usr/,}lib/locale/locale-archive r,
|
|
||||||
|
|
||||||
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
|
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
|
||||||
|
|
||||||
@{run}/zsys-bootmenu.unattended-upgrades rw,
|
@{run}/zsys-bootmenu.unattended-upgrades rw,
|
||||||
@{run}/zsys-snapshot.unattended-upgrades rw,
|
@{run}/zsys-snapshot.unattended-upgrades rw,
|
||||||
@{run}/unattended-upgrades.pid r,
|
@{run}/unattended-upgrades.pid r,
|
||||||
|
|
||||||
@{PROC}/filesystems r,
|
|
||||||
|
|
||||||
/dev/pts/[0-9]* rw,
|
/dev/pts/[0-9]* rw,
|
||||||
|
|
||||||
include if exists <local/zsys-system-autosnapshot>
|
include if exists <local/zsys-system-autosnapshot>
|
||||||
|
|
|
@ -34,7 +34,6 @@ profile zsysctl @{exec_path} flags=(complain) {
|
||||||
owner @{PROC}/@{pids}/stat r,
|
owner @{PROC}/@{pids}/stat r,
|
||||||
@{PROC}/@{pids}/mounts r,
|
@{PROC}/@{pids}/mounts r,
|
||||||
@{PROC}/cmdline r,
|
@{PROC}/cmdline r,
|
||||||
@{PROC}/filesystems r,
|
|
||||||
@{PROC}/sys/kernel/spl/hostid r,
|
@{PROC}/sys/kernel/spl/hostid r,
|
||||||
|
|
||||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||||
|
|
Loading…
Reference in a new issue