mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
profile name fix (#289)
This commit is contained in:
parent
1b8f652795
commit
968da5518b
1 changed files with 5 additions and 5 deletions
|
@ -100,11 +100,11 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
@{lib}/systemd/systemd rix, # FIXME: AppArmorProfile=systemd-user, does not work with DE
|
||||
# Maybe: rPx -> systemd-user-gdm (in user@120.service.d)?
|
||||
|
||||
@{bin}/ldconfig rPx -> systemd.service,
|
||||
@{bin}/mandb rPx -> systemd.service,
|
||||
@{bin}/savelog rPx -> systemd.service,
|
||||
@{coreutils_path} rPx -> systemd.service,
|
||||
@{shells_path} rPx -> systemd.service,
|
||||
@{bin}/ldconfig rPx -> systemd-service,
|
||||
@{bin}/mandb rPx -> systemd-service,
|
||||
@{bin}/savelog rPx -> systemd-service,
|
||||
@{coreutils_path} rPx -> systemd-service,
|
||||
@{shells_path} rPx -> systemd-service,
|
||||
|
||||
|
||||
audit @{bin}/** Pix,
|
||||
|
|
Loading…
Add table
Reference in a new issue