feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-29 19:45:10 +00:00
parent 1f8507548f
commit 0619f4dcec
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
43 changed files with 160 additions and 208 deletions

View file

@ -35,10 +35,13 @@ profile wireplumber @{exec_path} {
/opt/intel/oneapi/{compiler,lib,mkl}/**/ r,
/opt/intel/oneapi/{compiler,lib,mkl}/**.so* mr,
/usr/share/alsa/{,**} r,
/usr/share/alsa-card-profile/{,**} r,
/usr/share/spa-*/bluez@{int}/{,*} r,
/usr/share/wireplumber/{,**} r,
/etc/alsa/conf.d/{,**} r,
/etc/machine-id r,
owner @{desktop_local_dirs}/ w,
@ -49,6 +52,8 @@ profile wireplumber @{exec_path} {
owner @{user_state_dirs}/ w,
owner @{user_state_dirs}/wireplumber/{,**} rw,
owner @{run}/user/@{uid}/pipewire-@{int} rw,
@{run}/systemd/users/@{uid} r,
@{run}/udev/data/c14:@{int} r, # Open Sound System (OSS)
@ -69,7 +74,6 @@ profile wireplumber @{exec_path} {
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
/dev/media@{int} rw,
/dev/snd/ r,
include if exists <local/wireplumber>
}