mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Various fixes
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
c177ca09ed
commit
04cf3d3850
4 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue