pacman: allow dir read in or below @{user_pkg_dirs} (#113)

This commit is contained in:
Vladimir Bauer 2023-01-31 16:43:45 +05:00 committed by GitHub
parent 03306d39ef
commit 01419d82c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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