This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository quake.
commit 8c9892e05a23f210c76cd07517f91c19c023b5e0 Author: Simon McVittie <[email protected]> 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 <[email protected]> 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/quake.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

