[iortcw] 01/02: debian/apparmor.d: allow more forms of device enumeration
Simon McVittie
smcv at debian.org
Sat Jan 21 21:43:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository iortcw.
commit 381e34364b5b52649cda6ae0f50a133e0f3f61f2
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 21 20:19:55 2017 +0000
debian/apparmor.d: allow more forms of device enumeration
---
debian/apparmor.d/usr.lib.rtcw | 2 ++
debian/changelog | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/apparmor.d/usr.lib.rtcw b/debian/apparmor.d/usr.lib.rtcw
index 624be52..b8907ab 100644
--- a/debian/apparmor.d/usr.lib.rtcw
+++ b/debian/apparmor.d/usr.lib.rtcw
@@ -37,6 +37,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,
@@ -48,6 +49,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 918600f..e3f5d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ iortcw (1.50a+dfsg1-2) UNRELEASED; urgency=medium
(VoIP is now done using the Opus codec)
* debian/watch: strip +dfsg1 suffix when comparing versions even if
working from a release and not a datestamped snapshot
+ * debian/apparmor.d: allow more forms of device enumeration
-- Simon McVittie <smcv at debian.org> Thu, 24 Nov 2016 11:31:34 +0000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list