mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix: rule compilation.
This commit is contained in:
parent
88555a12d0
commit
d1c8471b1d
1 changed files with 2 additions and 2 deletions
|
@ -101,9 +101,9 @@ profile packagekitd @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/appstreamcli rPx,
|
||||
@{bin}/arch-audit rPx, # only: arch
|
||||
@{bin}/dpkg rPx -> child-dpkg, # only: dpkg
|
||||
@{bin}/fc-cache rPx
|
||||
@{bin}/fc-cache rPx,
|
||||
@{bin}/glib-compile-schemas rPx,
|
||||
@{bin}/install-info rPx
|
||||
@{bin}/install-info rPx,
|
||||
@{bin}/systemd-inhibit rPx,
|
||||
@{bin}/update-desktop-database rPx,
|
||||
@{lib}/apt/methods/* rPx, # only: dpkg
|
||||
|
|
Loading…
Reference in a new issue