mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00: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:
@@ -6,7 +6,7 @@
|
||||
#include <abstractions/X>
|
||||
|
||||
# Pulseaudio
|
||||
/usr/bin/pulseaudio ixr,
|
||||
/usr/bin/pulseaudio Pixr,
|
||||
|
||||
# Image viewers
|
||||
/usr/bin/eog Cxr -> sanitized_helper,
|
||||
|
Reference in New Issue
Block a user