Update lxqt-notificationd
This commit is contained in:
parent
8287e30bd7
commit
0b04860178
1 changed files with 3 additions and 20 deletions
|
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue