fix(profile): some fix on the dpkg-scipts profiles.
This commit is contained in:
parent
760eb91ac6
commit
c64901353e
5 changed files with 16 additions and 9 deletions
|
|
@ -9,10 +9,10 @@ include <tunables/global>
|
|||
@{exec_path} = /var/lib/dpkg/info/apparmor*
|
||||
profile dpkg-script-apparmor @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/debconf>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/perl>
|
||||
|
||||
@{exec_path} mr,
|
||||
@{exec_path} mrix,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/grep ix,
|
||||
|
|
@ -21,6 +21,7 @@ profile dpkg-script-apparmor @{exec_path} {
|
|||
@{bin}/deb-systemd-invoke Px,
|
||||
@{bin}/dpkg-divert ix,
|
||||
@{bin}/systemctl Cx -> systemctl,
|
||||
@{sbin}/apparmor_parser Px,
|
||||
|
||||
/usr/share/apparmor.d/** rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue