polishing

This commit is contained in:
nobody43 2023-02-21 15:24:03 +00:00 committed by Alex
parent 8b4407ca02
commit 7e3bb8b1ea
3 changed files with 5 additions and 5 deletions

View file

@ -24,12 +24,12 @@ profile loginctl @{exec_path} {
dbus (send) bus=system path=/org/freedesktop/login[0-9]*
interface=org.freedesktop.login[0-9]*.Manager
member={ListSessions,GetSession}
peer=(name=org.freedesktop.login[0-9]* label=systemd-logind),
peer=(name=org.freedesktop.login[0-9]*, label=systemd-logind),
dbus (send) bus=system path=/org/freedesktop/login[0-9]*/session/**
interface=org.freedesktop.DBus.Properties
member={Get,GetAll}
peer=(name=org.freedesktop.login[0-9]* label=systemd-logind),
peer=(name=org.freedesktop.login[0-9]*, label=systemd-logind),
include if exists <local/loginctl>
}