mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
pacman: allow dir read in or below @{user_pkg_dirs} (#113)
This commit is contained in:
parent
03306d39ef
commit
01419d82c4
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue