mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Subject: profiles - adjust pulseaudio in abstraction
Merge from trunk commit 2102 Original message: I was testing out a profile for pulseaudio and hit an issue where my pulseaudio process was getting the firefox profile applied to it. This is because in abstractions/ubuntu-browsers.d/multimedia the rule for pulseaudio is /usr/bin/pulseaudio ixr; attached is a patch to change it to Pixr, so as to use a global pulseaudio policy if it exists. Signed-off-by: Steve Beattie <sbeattie@ubuntu.com> Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
e478b9b37d
commit
e7e6aa9ed2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <abstractions/X>
|
||||
|
||||
# Pulseaudio
|
||||
/usr/bin/pulseaudio ixr,
|
||||
/usr/bin/pulseaudio Pixr,
|
||||
|
||||
# Image viewers
|
||||
/usr/bin/eog Cxr -> sanitized_helper,
|
||||
|
|
Loading…
Add table
Reference in a new issue