mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
name to label
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
23fa2b36ab
commit
13079bbd7e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ profile usbguard-dbus @{exec_path} {
|
|||
# Needed?
|
||||
deny capability sys_nice,
|
||||
|
||||
unix (send, receive, connect) type=stream peer=(name=usbguard-daemon, addr=@@{int}),
|
||||
unix (send, receive, connect) type=stream peer=(label=usbguard-daemon, addr=@@{int}),
|
||||
|
||||
@{exec_path} mr,
|
||||
/dev/shm/qb-usbguard-{request,response,event}-@{int}-@{int}-@{int}-{header,data} rw,
|
||||
|
|
Loading…
Reference in a new issue