[ioquake3] 01/01: debian/apparmor.d: allow more forms of device enumeration

Simon McVittie smcv at debian.org
Sat Jan 21 22:09:20 UTC 2017


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

smcv pushed a commit to branch debian/master
in repository ioquake3.

commit f437a4c1c8139d656729d8999046358c3fdd0df8
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jan 21 20:18:19 2017 +0000

    debian/apparmor.d: allow more forms of device enumeration
---
 debian/apparmor.d/usr.lib.ioquake3.ioquake3 | 2 ++
 debian/changelog                            | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/apparmor.d/usr.lib.ioquake3.ioquake3 b/debian/apparmor.d/usr.lib.ioquake3.ioquake3
index ff511b6..c5e212a 100644
--- a/debian/apparmor.d/usr.lib.ioquake3.ioquake3
+++ b/debian/apparmor.d/usr.lib.ioquake3.ioquake3
@@ -36,6 +36,7 @@
   /var/lib/dbus/machine-id r,
 
   # udev device enumeration, input devices, video
+  /dev/dri/ r,
   /etc/udev/udev.conf r,
   /run/udev/data/** r,
   /sys/bus/ r,
@@ -47,6 +48,7 @@
   /sys/devices/**/input/** r,
   /sys/devices/**/sound/**/input*/** r,
   /sys/devices/**/sound/timer/uevent r,
+  /sys/devices/pci*/**/config r,
   /sys/devices/pci*/**/uevent r,
 
   # Shared memory buffers used in Wayland
diff --git a/debian/changelog b/debian/changelog
index 45e8313..ec83f91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ioquake3 (1.36+u20161101+dfsg1-2) UNRELEASED; urgency=medium
+
+  * debian/apparmor.d: allow more forms of device enumeration
+
+ -- Simon McVittie <smcv at debian.org>  Sat, 21 Jan 2017 20:17:57 +0000
+
 ioquake3 (1.36+u20161101+dfsg1-1) unstable; urgency=medium
 
   * New upstream snapshot

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



More information about the Pkg-games-commits mailing list