feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-11-11 22:18:55 +00:00
parent fd88162c55
commit 26f838b73f
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
23 changed files with 121 additions and 78 deletions

View file

@ -23,8 +23,11 @@ profile nvtop @{exec_path} flags=(attach_disconnected) {
/usr/share/terminfo/x/xterm-256color r,
owner @{user_config_dirs}/nvtop/{,**} rw,
@{run}/systemd/inhibit/*.ref r,
@{run}/udev/data/+drm:* r,
@{run}/udev/data/+pci* r,
@{run}/udev/data/c226:[0-9]* r,
@{run}/udev/data/c236:[0-9]* r,

View file

@ -15,6 +15,7 @@ profile packagekitd @{exec_path} flags=(attach_disconnected) {
include <abstractions/ssl_certs>
include if exists <abstractions/apt-common>
capability net_admin,
capability sys_nice,
network inet stream,

View file

@ -24,7 +24,11 @@ profile pacmd @{exec_path} {
/app/lib/libzypak*.so* mr,
owner @{run}/user/@{uid}/pulse rw,
owner @{PROC}/@{pids}/stat r,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/pacmd>
}

View file

@ -31,5 +31,7 @@ profile pactl @{exec_path} {
owner @{HOME}/.xsession-errors w,
owner @{HOME}/.anyRemote/anyremote.stdout w,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/pactl>
}

View file

@ -12,6 +12,7 @@ profile rngd @{exec_path} {
include <abstractions/base>
include <abstractions/devices-usb>
include <abstractions/nameservice-strict>
include <abstractions/openssl>
@{exec_path} mr,