[quake] 02/03: quake4 AppArmor: allow reading /etc/machine-id, used by PulseAudio

Simon McVittie smcv at debian.org
Tue May 31 08:51:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository quake.

commit 3507fc73c2d29deca6c1ca5d31b471a664b37e73
Author: Simon McVittie <smcv at debian.org>
Date:   Tue May 31 08:36:29 2016 +0100

    quake4 AppArmor: allow reading /etc/machine-id, used by PulseAudio
---
 debian/apparmor.d/usr.lib.quake4.quake4.x86 | 3 +++
 debian/changelog                            | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/apparmor.d/usr.lib.quake4.quake4.x86 b/debian/apparmor.d/usr.lib.quake4.quake4.x86
index fc934cf..38ef76e 100644
--- a/debian/apparmor.d/usr.lib.quake4.quake4.x86
+++ b/debian/apparmor.d/usr.lib.quake4.quake4.x86
@@ -23,6 +23,9 @@
   /usr/share/games/quake4/** r,
   owner @{HOME}/.quake4/** rwk,
 
+  # used by PulseAudio
+  /etc/machine-id r,
+
   # the audio and X abstractions don't allow mmapping these
   /dev/dri/* m,
   owner /{run,dev}/shm/pulse-shm* m,
diff --git a/debian/changelog b/debian/changelog
index 9ba400d..f0ad129 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 quake (18) UNRELEASED; urgency=medium
 
   * quake4 AppArmor: allow additional video device enumeration
+  * quake4 AppArmor: allow reading /etc/machine-id, used by PulseAudio
 
  -- Simon McVittie <smcv at debian.org>  Tue, 31 May 2016 08:35:37 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list