[game-data-packager] 287/293: quake4 AppArmor: allow additional video device enumeration
Simon McVittie
smcv at debian.org
Fri Oct 14 00:12:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch quake
in repository game-data-packager.
commit 8c9892e05a23f210c76cd07517f91c19c023b5e0
Author: Simon McVittie <smcv at debian.org>
Date: Tue May 31 08:36:11 2016 +0100
quake4 AppArmor: allow additional video device enumeration
---
debian/apparmor.d/usr.lib.quake4.quake4.x86 | 5 +++++
debian/changelog | 6 ++++++
2 files changed, 11 insertions(+)
diff --git a/debian/apparmor.d/usr.lib.quake4.quake4.x86 b/debian/apparmor.d/usr.lib.quake4.quake4.x86
index efdb170..fc934cf 100644
--- a/debian/apparmor.d/usr.lib.quake4.quake4.x86
+++ b/debian/apparmor.d/usr.lib.quake4.quake4.x86
@@ -30,7 +30,12 @@
# udev device enumeration
/etc/udev/udev.conf r,
/run/udev/data/+pci:* r,
+ /sys/bus/ r,
+ /sys/class/ r,
+ /sys/class/drm/ r,
/sys/devices/pci[0-9]*/**/uevent r,
+ # character devices 226:x are DRI
+ /run/udev/data/c226:* r,
/usr/bin/xdg-open Cxr -> xdgopen,
diff --git a/debian/changelog b/debian/changelog
index 8333154..9ba400d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+quake (18) UNRELEASED; urgency=medium
+
+ * quake4 AppArmor: allow additional video device enumeration
+
+ -- Simon McVittie <smcv at debian.org> Tue, 31 May 2016 08:35:37 +0100
+
quake (17) unstable; urgency=medium
[ Alexandre Detiste ]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git
More information about the Pkg-games-commits
mailing list