mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-19 01:18:16 +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/base>
|
||||||
include <abstractions/chromium>
|
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,
|
@{exec_path} mrix,
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@ profile bluetoothd @{exec_path} flags=(attach_disconnected) {
|
||||||
dbus send bus=system path=/
|
dbus send bus=system path=/
|
||||||
interface=org.freedesktop.DBus.ObjectManager
|
interface=org.freedesktop.DBus.ObjectManager
|
||||||
member=InterfacesRemoved
|
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,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ profile boltd @{exec_path} flags=(attach_disconnected) {
|
||||||
dbus receive bus=system path=/org/freedesktop/bolt
|
dbus receive bus=system path=/org/freedesktop/bolt
|
||||||
interface=org.freedesktop.bolt1.Manager
|
interface=org.freedesktop.bolt1.Manager
|
||||||
member=ListDevices
|
member=ListDevices
|
||||||
peer(name=:*, label=kded5),
|
peer=(name=:*, label=kded5),
|
||||||
|
|
||||||
dbus (send,receive) bus=system path=/org/freedesktop/bolt{,/**}
|
dbus (send,receive) bus=system path=/org/freedesktop/bolt{,/**}
|
||||||
interface=org.freedesktop.DBus.Properties
|
interface=org.freedesktop.DBus.Properties
|
||||||
|
|
|
@ -20,7 +20,7 @@ profile usbguard-daemon @{exec_path} flags=(attach_disconnected) {
|
||||||
network netlink dgram,
|
network netlink dgram,
|
||||||
|
|
||||||
unix (bind, listen) type=stream,
|
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,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue