feat(full): add new systemd variable.

This commit is contained in:
Alexandre Pujol 2023-11-19 11:13:40 +00:00
parent b79a1fcd31
commit 2143fb03af
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 14 additions and 5 deletions

View file

@ -44,7 +44,7 @@ profile snapd @{exec_path} {
umount /snap/*/*/,
ptrace (read) peer=snap,
ptrace (read) peer=unconfined,
ptrace (read) peer=@{systemd},
dbus (send) bus=system path=/org/freedesktop/
interface=org.freedesktop.login1.Manager

View file

@ -54,6 +54,8 @@ profile udisksd @{exec_path} flags=(attach_disconnected) {
umount @{run}/udisks2/temp-mount-*/,
umount /media/cdrom[0-9]/,
signal (receive) set=(int) peer=@{systemd},
dbus (send,receive) bus=system path=/
interface=org.freedesktop.DBus.Introspectable
member=Introspect,