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,
|
/mnt r,
|
||||||
|
|
||||||
# Read packages files
|
# Read packages files
|
||||||
|
@{user_pkg_dirs}/**/ r,
|
||||||
@{user_pkg_dirs}/**.pkg.tar.zst{,.sig} r,
|
@{user_pkg_dirs}/**.pkg.tar.zst{,.sig} r,
|
||||||
|
|
||||||
owner /var/lib/pacman/{,**} rwl,
|
owner /var/lib/pacman/{,**} rwl,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue