feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2025-03-30 16:27:41 +02:00
parent 5861da3f33
commit 735f5de518
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
50 changed files with 127 additions and 80 deletions

View file

@ -32,8 +32,8 @@ profile gnome-control-center @{exec_path} flags=(attach_disconnected) {
network inet6 stream,
network netlink raw,
signal (send) set=(kill) peer=unconfined,
signal (send) set=(kill) peer=passwd,
signal send set=kill peer=unconfined,
signal send set=kill peer=passwd,
unix (send, receive, connect) type=stream peer=(addr="@/home/*/.cache/ibus/dbus-????????", label=ibus-daemon),
@ -113,6 +113,7 @@ profile gnome-control-center @{exec_path} flags=(attach_disconnected) {
owner @{HOME}/@{XDG_WALLPAPERS_DIR}/{,**} r,
owner @{user_cache_dirs}/gnome-control-center/{,**} rw,
owner @{user_cache_dirs}/thumbnails/fail/gnome-thumbnail-factory/@{hex32}.png.@{rand6} rw,
owner @{user_config_dirs}/background rw,
owner @{user_config_dirs}/gnome-control-center/{,**} rw,
@ -195,6 +196,7 @@ profile gnome-control-center @{exec_path} flags=(attach_disconnected) {
profile pkexec {
include <abstractions/base>
include <abstractions/app/pkexec>
include if exists <local/gnome-control-center_pkexec>
}