mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
Fix some typo's
This commit is contained in:
parent
465a31c638
commit
07f1db2725
@ -45,7 +45,7 @@ profile pulseaudio @{exec_path} {
|
||||
bus=session
|
||||
path=/Client0/EntryGroup[0-9]*
|
||||
interface=org.freedesktop.Avahi.EntryGroup
|
||||
member={StateChanged}
|
||||
member=StateChanged
|
||||
peer=(name=org.freedesktop.Avahi),
|
||||
|
||||
dbus (send)
|
||||
@ -117,15 +117,15 @@ profile pulseaudio @{exec_path} {
|
||||
bus=system
|
||||
path=/
|
||||
interface=org.freedesktop.Avahi.Server
|
||||
member={StateChanged}
|
||||
member=StateChanged
|
||||
peer=(name=org.freedesktop.Avahi),
|
||||
|
||||
dbus (send)
|
||||
bus=system
|
||||
path=/
|
||||
interface=org.freedesktop.hostname[0-9]*
|
||||
member={Get}
|
||||
peer=(name=/org/freedesktop/hostname1[0-9]*,
|
||||
interface=org.freedesktop.hostname[0-9]
|
||||
member=Get
|
||||
peer=(name=/org/freedesktop/hostname[0-9]),
|
||||
|
||||
@{exec_path} mrix,
|
||||
|
||||
|
@ -17,8 +17,8 @@ profile k3s @{exec_path} flags=(complain) {
|
||||
capability kill,
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
capability fsetid
|
||||
capability fowner
|
||||
capability fsetid,
|
||||
capability fowner,
|
||||
capability net_admin,
|
||||
capability syslog,
|
||||
capability sys_admin,
|
||||
|
@ -25,8 +25,8 @@ profile zpool @{exec_path} flags=(complain) {
|
||||
@{run}/blkid/blkid.tab.old l,
|
||||
@{run}/blkid/blkid.tab-* rwl,
|
||||
|
||||
@{sys}/bus/pci/slots/
|
||||
@{sys}/bus/pci/slots/[0-9]*/address
|
||||
@{sys}/bus/pci/slots/ r,
|
||||
@{sys}/bus/pci/slots/[0-9]*/address r,
|
||||
|
||||
@{PROC}/@{pids}/mounts r,
|
||||
@{PROC}/sys/kernel/spl/hostid r,
|
||||
|
Loading…
Reference in New Issue
Block a user