[openjk] 01/01: debian/apparmor.d: Allow more device enumeration

Simon McVittie smcv at debian.org
Sun Jun 25 01:23:15 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 65de10b227c6a49848ab371d166975ca1c05a103
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jun 25 02:05:32 2017 +0100

    debian/apparmor.d: Allow more device enumeration
---
 debian/apparmor.d/usr.games.openjk | 5 +++++
 debian/changelog                   | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/debian/apparmor.d/usr.games.openjk b/debian/apparmor.d/usr.games.openjk
index fe2d9e9..5334093 100644
--- a/debian/apparmor.d/usr.games.openjk
+++ b/debian/apparmor.d/usr.games.openjk
@@ -46,7 +46,12 @@
   /sys/devices/**/sound/**/input*/** r,
   /sys/devices/**/sound/timer/uevent r,
   /sys/devices/pci*/**/config r,
+  /sys/devices/pci*/**/device r,
+  /sys/devices/pci*/**/revision r,
+  /sys/devices/pci*/**/subsystem_device r,
+  /sys/devices/pci*/**/subsystem_vendor r,
   /sys/devices/pci*/**/uevent r,
+  /sys/devices/pci*/**/vendor r,
 
   # Shared memory buffers used in Wayland
   owner /run/user/*/{mesa,mutter,sdl,weston,xwayland}-shared-* rw,
diff --git a/debian/changelog b/debian/changelog
index 355297e..5a09ac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openjk (0~20170610+dfsg1-2) UNRELEASED; urgency=medium
+
+  * debian/apparmor.d: Allow more device enumeration
+
+ -- Simon McVittie <smcv at debian.org>  Sun, 25 Jun 2017 02:05:14 +0100
+
 openjk (0~20170610+dfsg1-1) experimental; urgency=medium
 
   * Reference CVE-2017-6903 in previous changelog entry

-- 
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