feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-03-25 15:48:59 +00:00
parent 5ea574c333
commit 02499d90f0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
42 changed files with 119 additions and 33 deletions

View file

@ -74,6 +74,8 @@ profile geoclue @{exec_path} flags=(attach_disconnected) {
/etc/geoclue/{,**} r,
/var/lib/nscd/services r,
@{run}/systemd/journal/socket rw,
@{PROC}/@{pids}/cgroup r,

View file

@ -46,7 +46,7 @@ profile plymouthd @{exec_path} {
@{sys}/class/ r,
@{sys}/class/drm/ r,
@{sys}/class/graphics/ r,
@{sys}/devices/pci[0-9]*/**/{,uevent,vendor.device} r,
@{sys}/devices/pci[0-9]*/**/{,uevent,vendor,device} r,
@{sys}/devices/pci[0-9]*/**/{,uevent} r,
@{sys}/devices/virtual/graphics/fbcon/uevent r,
@{sys}/devices/virtual/tty/console/active r,

View file

@ -105,7 +105,7 @@ profile xdg-document-portal @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/fusermount{,3} mr,
/etc/fuse.conf r,
/etc/fuse{,3}.conf r,
mount options=(rw, rprivate) -> /,
mount options=(rw, rbind) @{run}/user/@{uid}/ -> /,

View file

@ -17,5 +17,9 @@ profile xdg-user-dir @{exec_path} {
owner @{user_config_dirs}/user-dirs.dirs r,
# Silencer
deny network inet stream,
deny network inet6 stream,
include if exists <local/xdg-user-dir>
}