feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-05-01 12:25:01 +01:00
parent a1d6d318cc
commit 01dd9ebb0c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 31 additions and 10 deletions

View file

@ -100,6 +100,7 @@ profile pacman @{exec_path} {
@{bin}/xmlcatalog rix,
@{lib}/systemd/systemd-* rPx,
@{lib}/vlc/vlc-cache-gen rPx,
/opt/Mullvad*/resources/mullvad-setup rPx,
/usr/share/code-features/patch.py rPx,
/usr/share/code-marketplace/patch.py rPx,
/usr/share/libalpm/scripts/* rPUx,
@ -189,6 +190,19 @@ profile pacman @{exec_path} {
include <abstractions/app/systemctl>
capability net_admin,
capability dac_read_search,
capability sys_resource,
@{bin}/pager rPx -> child-pager,
@{bin}/less rPx -> child-pager,
@{bin}/more rPx -> child-pager,
@{bin}/diff rPx -> child-pager,
/etc/machine-id r,
/{run,var}/log/journal/ r,
/{run,var}/log/journal/@{hex32}/ r,
/{run,var}/log/journal/@{hex32}/*.journal* r,
include if exists <local/pacman_systemctl>
}