mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Syntax fixes
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
04cf3d3850
commit
af4038867a
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ profile usbguard-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
network netlink dgram,
|
||||
|
||||
unix (bind, listen) type=stream,
|
||||
unix (bind, connect, listen) type=stream peer=(label=usbguard-dbus, addr=none),
|
||||
unix (connect) type=stream peer=(label=usbguard-dbus, addr=none),
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ include <tunables/global>
|
|||
@{exec_path} = @{bin}/usbguard-dbus
|
||||
profile usbguard-dbus @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dbus-system>
|
||||
include <abstractions/bus-system>
|
||||
|
||||
# Needed?
|
||||
deny capability sys_nice,
|
||||
|
|
Loading…
Reference in a new issue