mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
signal to socket
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
c5998d37a2
commit
d042526ca4
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ profile ksmserver @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||||
include <abstractions/X-strict>
|
include <abstractions/X-strict>
|
||||||
|
|
||||||
signal (send) set=(usr1,term) peer=kscreenlocker-greet,
|
signal (send) set=(usr1,term) peer=kscreenlocker-greet,
|
||||||
signal (connect, send, receive, accept) peer=(addr=@/tmp/.ICE-unix/[0-9]*),
|
|
||||||
|
unix (connect, receive, send, accept)
|
||||||
|
type=stream
|
||||||
|
peer=(addr="@/tmp/.ICE-unix/[0-9]*"),
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue