mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Fix typo's
This commit is contained in:
parent
689f48b217
commit
7621dc9974
3 changed files with 2 additions and 6 deletions
|
@ -17,7 +17,7 @@ profile avahi-autoipd @{exec_path} flags=(complain) {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
signal receive set=kill,term,
|
||||
signal receive set={kill,term},
|
||||
|
||||
@{exec_path} rm,
|
||||
/etc/avahi/avahi-autoipd.action rix,
|
||||
|
|
|
@ -41,7 +41,7 @@ profile boltd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
owner @{run}/boltd/{,**} rw,
|
||||
|
||||
@{run}/systemd/notify
|
||||
@{run}/systemd/notify rw,
|
||||
@{run}/systemd/journal/socket w,
|
||||
@{run}/udev/data/+thunderbolt:* r,
|
||||
|
||||
|
|
|
@ -21,10 +21,6 @@ profile fwupdmgr @{exec_path} flags=(attach_disconnected,complain) {
|
|||
|
||||
signal (send),
|
||||
|
||||
|
||||
ALLOWED fwupdmgr dbus_method_call org.freedesktop.fwupd send bus=system path=/ interface=org.freedesktop.fwupd member=UpdateMetadata peer_label=unconfined
|
||||
|
||||
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
network inet dgram,
|
||||
|
|
Loading…
Reference in a new issue