mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
pacman: allow dir read in or below @{user_pkg_dirs} (#113)
This commit is contained in:
parent
03306d39ef
commit
01419d82c4
@ -123,6 +123,7 @@ profile pacman @{exec_path} {
|
||||
/mnt r,
|
||||
|
||||
# Read packages files
|
||||
@{user_pkg_dirs}/**/ r,
|
||||
@{user_pkg_dirs}/**.pkg.tar.zst{,.sig} r,
|
||||
|
||||
owner /var/lib/pacman/{,**} rwl,
|
||||
|
Loading…
Reference in New Issue
Block a user