pacman: allow dir read in or below @{user_pkg_dirs}

This commit is contained in:
Vladimir Bauer 2023-01-31 10:15:26 +05:00
parent 03306d39ef
commit 2cec87c6b2

View file

@ -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,