feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-08-20 20:56:58 +01:00
parent f14ed2f024
commit 788d865939
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
34 changed files with 57 additions and 27 deletions

View file

@ -118,6 +118,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
/var/** rwlk -> /var/**,
# Read packages files
@{user_pkg_dirs}/ r,
@{user_pkg_dirs}/**/ r,
@{user_pkg_dirs}/**.pkg.tar.zst{,.sig} r,
@ -193,6 +194,8 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
capability dac_read_search,
capability sys_resource,
signal send set=cont peer=child-pager,
@{bin}/pager rPx -> child-pager,
@{bin}/less rPx -> child-pager,
@{bin}/more rPx -> child-pager,