feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-07-15 23:12:39 +01:00
parent 9b2470462f
commit 6cd01064ae
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
27 changed files with 59 additions and 18 deletions

View file

@ -29,6 +29,7 @@ profile gdm-session-worker @{exec_path} flags=(attach_disconnected) {
capability sys_tty_config,
network netlink raw,
network unix stream,
signal (receive) set=term peer=gdm,
signal (send) set=(hup term) peer=gdm-session,

View file

@ -27,6 +27,7 @@ profile gsd-media-keys @{exec_path} flags=(attach_disconnected) {
signal (receive) set=(term, hup) peer=gdm*,
network inet stream,
network netlink raw,
#aa:dbus own bus=session name=org.gnome.SettingsDaemon.MediaKeys

View file

@ -21,6 +21,8 @@ profile session-migration @{exec_path} {
owner @{gdm_share_dirs}/session_migration-* rw,
owner @{user_share_dirs}/session_migration-* rw,
/dev/tty@{int} rw,
include if exists <local/session-migration>
}