Update lxqt-notificationd

This commit is contained in:
Besanon 2025-08-12 23:41:49 +02:00 committed by GitHub
parent 8287e30bd7
commit 0b04860178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,25 +10,12 @@ include <tunables/global>
@{exec_path} = @{bin}/lxqt-notificationd @{exec_path} = @{bin}/lxqt-notificationd
profile lxqt-notificationd @{exec_path} { profile lxqt-notificationd @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/consoles>
include <abstractions/bus-accessibility> include <abstractions/bus-accessibility>
include <abstractions/lxqt> include <abstractions/lxqt>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
dbus receive #aa:dbus own bus=session name=org.freedesktop.Notifications
bus=session
path="/org/freedesktop/Notifications"
interface="org.freedesktop.DBus.Introspectable"
peer=(name=":[0-9]*.[0-9]*"),
dbus send
bus=session
path="/org/freedesktop/Notifications"
interface="org.freedesktop.Notifications"
peer=(name="org.freedesktop.DBus"),
dbus receive
bus=session
path="/org/freedesktop/Notifications"
interface="org.freedesktop.Notifications"
peer=(name=":[0-9]*.[0-9]*"),
@{exec_path} mr, @{exec_path} mr,
@ -45,10 +32,6 @@ profile lxqt-notificationd @{exec_path} {
owner /tmp/@{int} r, owner /tmp/@{int} r,
/dev/tty rw,
/dev/tty@{int} rw,
owner /dev/tty@{int} rw,
include if exists <local/lxqt-notificationd> include if exists <local/lxqt-notificationd>
} }