Syntax fixes

Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
Jeroen Rijken 2024-02-22 15:08:57 +01:00 committed by Alex
parent 04cf3d3850
commit af4038867a
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,