[quake] 03/03: quake4 AppArmor: allow mmapping ~/.quake4/*/gamex86.so

Simon McVittie smcv at debian.org
Tue May 31 08:51:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository quake.

commit 1701767dab9516ecdd40279f473f11287139b47a
Author: Simon McVittie <smcv at debian.org>
Date:   Tue May 31 09:43:52 2016 +0100

    quake4 AppArmor: allow mmapping ~/.quake4/*/gamex86.so
    
    This gets extracted from the .pk4 archive and copied into the
    home directory to be loaded, since you can't dlopen() from inside
    a zip file.
---
 debian/apparmor.d/usr.lib.quake4.quake4.x86 | 1 +
 debian/changelog                            | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/apparmor.d/usr.lib.quake4.quake4.x86 b/debian/apparmor.d/usr.lib.quake4.quake4.x86
index 38ef76e..198209a 100644
--- a/debian/apparmor.d/usr.lib.quake4.quake4.x86
+++ b/debian/apparmor.d/usr.lib.quake4.quake4.x86
@@ -22,6 +22,7 @@
   /usr/lib/quake4/* r,
   /usr/share/games/quake4/** r,
   owner @{HOME}/.quake4/** rwk,
+  owner @{HOME}/.quake4/*/gamex86.so rwkm,
 
   # used by PulseAudio
   /etc/machine-id r,
diff --git a/debian/changelog b/debian/changelog
index f0ad129..6239f7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ quake (18) UNRELEASED; urgency=medium
 
   * quake4 AppArmor: allow additional video device enumeration
   * quake4 AppArmor: allow reading /etc/machine-id, used by PulseAudio
+  * quake4 AppArmor: allow mmapping ~/.quake4/*/gamex86.so
 
  -- Simon McVittie <smcv at debian.org>  Tue, 31 May 2016 08:35:37 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quake.git



More information about the Pkg-games-commits mailing list