Various fixes

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

View file

@ -18,7 +18,7 @@ profile brave @{exec_path} {
include <abstractions/base>
include <abstractions/chromium>
unix (send, receive) type=stream peer=brave-crashpad-handler,
unix (send, receive) type=stream peer=(label=brave-crashpad-handler),
@{exec_path} mrix,

View file

@ -48,7 +48,7 @@ profile bluetoothd @{exec_path} flags=(attach_disconnected) {
dbus send bus=system path=/
interface=org.freedesktop.DBus.ObjectManager
member=InterfacesRemoved
peer=(name=org.freedesktop.DBus, label={fwupd,NetworkManager,pulseaudio,upowerd),
peer=(name=org.freedesktop.DBus, label={fwupd,NetworkManager,pulseaudio,upowerd}),
@{exec_path} mr,

View file

@ -22,7 +22,7 @@ profile boltd @{exec_path} flags=(attach_disconnected) {
dbus receive bus=system path=/org/freedesktop/bolt
interface=org.freedesktop.bolt1.Manager
member=ListDevices
peer(name=:*, label=kded5),
peer=(name=:*, label=kded5),
dbus (send,receive) bus=system path=/org/freedesktop/bolt{,/**}
interface=org.freedesktop.DBus.Properties
@ -42,7 +42,7 @@ profile boltd @{exec_path} flags=(attach_disconnected) {
@{sys}/bus/thunderbolt/devices/ r,
@{sys}/bus/wmi/devices/ r,
@{sys}/class/ r,
@{sys}/devices/@{pci}/device r,
@{sys}/devices/@{pci}/device r,
@{sys}/devices/@{pci}/domain[0-9]*/boot_acl rw,
@{sys}/devices/@{pci}/domain@{int}/{security,uevent} r,
@{sys}/devices/@{pci}/domain@{int}/**/ r,

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=(name=usbguard-dbus, addr=none),
unix (bind, connect, listen) type=stream peer=(label=usbguard-dbus, addr=none),
@{exec_path} mr,