mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(full): systemd also need pulseaudio.
This commit is contained in:
parent
98a1a00a14
commit
3349dbda7f
1 changed files with 2 additions and 1 deletions
|
@ -52,8 +52,9 @@ profile systemd /{usr/,}lib/systemd/systemd flags=(complain) {
|
|||
|
||||
# Audio
|
||||
/{usr/,}bin/pipewire rux, # FIXME: no new privs
|
||||
/{usr/,}bin/wireplumber rux, # FIXME: no new privs
|
||||
/{usr/,}bin/pipewire-pulse rux, # FIXME: no new privs
|
||||
/{usr/,}bin/pulseaudio rux, # FIXME: no new privs
|
||||
/{usr/,}bin/wireplumber rux, # FIXME: no new privs
|
||||
|
||||
# Gnome
|
||||
@{libexec}/{,dconf/}dconf-service rPx,
|
||||
|
|
Loading…
Reference in a new issue