feat(profile): general update.
This commit is contained in:
parent
952ef478c0
commit
7f38dd255e
17 changed files with 93 additions and 186 deletions
|
|
@ -22,8 +22,9 @@ profile snapd-apparmor @{exec_path} {
|
|||
|
||||
/var/lib/snapd/apparmor/profiles/ r,
|
||||
|
||||
|
||||
@{sys}/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
||||
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
include if exists <local/snapd-apparmor>
|
||||
}
|
||||
|
|
@ -42,7 +42,7 @@ profile spice-vdagent @{exec_path} {
|
|||
|
||||
@{run}/spice-vdagentd/spice-vdagent-sock rw,
|
||||
|
||||
@{sys}/devices/pci[0-9]*/**/{device,vendor} r,
|
||||
@{sys}/devices/@{pci}/{device,vendor} r,
|
||||
|
||||
owner @{PROC}/@{pids}/task/@{tid}/comm rw,
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ profile wireplumber @{exec_path} {
|
|||
owner @{user_state_dirs}/ w,
|
||||
owner @{user_state_dirs}/wireplumber/{,**} rw,
|
||||
|
||||
@{run}/user/@{uid}/pipewire-@{int} rw,
|
||||
|
||||
@{run}/systemd/users/@{uid} r,
|
||||
|
||||
@{run}/udev/data/c14:@{int} r, # Open Sound System (OSS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue