mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(profiles): do not break pacman if the pkg install script is not confined.
fix #99
This commit is contained in:
parent
356dfa08e8
commit
4b10da9fc7
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ profile pacman @{exec_path} {
|
||||||
/{usr/,}bin/update-mime-database rPx,
|
/{usr/,}bin/update-mime-database rPx,
|
||||||
/{usr/,}lib/systemd/systemd-* rPx,
|
/{usr/,}lib/systemd/systemd-* rPx,
|
||||||
/{usr/,}lib/vlc/vlc-cache-gen rPx,
|
/{usr/,}lib/vlc/vlc-cache-gen rPx,
|
||||||
/usr/share/libalpm/scripts/* rPx,
|
/usr/share/libalpm/scripts/* rPUx,
|
||||||
|
|
||||||
# Install/update packages
|
# Install/update packages
|
||||||
/ r,
|
/ r,
|
||||||
|
|
Loading…
Reference in a new issue