[openjk] 23/24: debian/apparmor.d/usr.games.openjk: Allow more device enumeration
Simon McVittie
smcv at debian.org
Sat Jan 21 21:44:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit a84fd3e209298e2a88006a245c48220622304d0c
Author: Simon McVittie <smcv at debian.org>
Date: Sat Jan 21 17:36:41 2017 +0000
debian/apparmor.d/usr.games.openjk: Allow more device enumeration
---
debian/apparmor.d/usr.games.openjk | 2 ++
debian/changelog | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/apparmor.d/usr.games.openjk b/debian/apparmor.d/usr.games.openjk
index a2ae461..fe2d9e9 100644
--- a/debian/apparmor.d/usr.games.openjk
+++ b/debian/apparmor.d/usr.games.openjk
@@ -33,6 +33,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,
@@ -44,6 +45,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 333b408..4018b6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ openjk (0~20170112+dfsg1-1) UNRELEASED; urgency=medium
- Drop patches that were applied upstream
* Add patches to fix bounds-checking in savegames, so valid saves
are not rejected
+ * debian/apparmor.d/usr.games.openjk: Allow more device enumeration
-- Simon McVittie <smcv at debian.org> Sat, 21 Jan 2017 15:25:05 +0000
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list