Skip to content

Commit

Permalink
signal to socket
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
  • Loading branch information
Jeroen0494 committed Oct 31, 2023
1 parent c5998d3 commit d042526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apparmor.d/groups/kde/ksmserver
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ profile ksmserver @{exec_path} flags=(attach_disconnected,mediate_deleted) {
include <abstractions/X-strict>

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,

Expand Down

0 comments on commit d042526

Please sign in to comment.