feat(fsp): allow signal from system-user for some user app.
This commit is contained in:
parent
3c77da8f7d
commit
62f1f7df6e
24 changed files with 41 additions and 6 deletions
|
|
@ -17,6 +17,7 @@ profile at-spi2-registryd @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/X-strict>
|
||||
|
||||
signal (receive) set=(cont, term) peer=@{systemd_user},
|
||||
signal (receive) set=(term hup kill) peer=@{systemd},
|
||||
signal (receive) set=(term hup kill) peer=dbus-daemon,
|
||||
signal (receive) set=(term hup kill) peer=gdm*,
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ profile geoclue @{exec_path} flags=(attach_disconnected) {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
signal (receive) set=(cont, term) peer=@{systemd_user},
|
||||
|
||||
# dbus: own bus=system name=org.freedesktop.GeoClue2
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/DBus
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ profile polkit-kde-authentication-agent @{exec_path} flags=(attach_disconnected)
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
signal (receive) set=(cont, term) peer=@{systemd_user},
|
||||
signal (send) set=(term, kill) peer=polkit-agent-helper,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ profile xdg-desktop-portal-kde @{exec_path} {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
signal (receive) set=(cont, term) peer=@{systemd_user},
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue