From 0802600837a832ff8c643cc46b95ae38b37a6b0b Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Sat, 14 Nov 2015 12:27:57 +0000 Subject: [PATCH] Totem profile: update from the apparmor-profiles repository at revision 153: add raw device access to DVD readers. --- debian/README.Debian | 4 ++-- profiles/usr.bin.totem | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index ffe840b..ea2e06b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -15,7 +15,7 @@ Included profiles - Pidgin: taken from the apparmor-profiles repository at revision 146. - tcpdump: taken from Ubuntu's tcpdump 4.5.1-2ubuntu2. Still up-to-date as of 4.7.4-1ubuntu1. -- Totem: taken from the apparmor-profiles repository at revision 146. +- Totem: taken from the apparmor-profiles repository at revision 153. Sources ======= @@ -25,4 +25,4 @@ apparmor-profiles repository https://code.launchpad.net/~apparmor-dev/apparmor-profiles/master - -- intrigeri <intrigeri@debian.org>, Thu, 27 Aug 2015 12:20:22 +0200 + -- intrigeri <intrigeri@debian.org>, Sat, 14 Nov 2015 13:26:37 +0100 diff --git a/profiles/usr.bin.totem b/profiles/usr.bin.totem index 43c5d6e..0bebf1d 100644 --- a/profiles/usr.bin.totem +++ b/profiles/usr.bin.totem @@ -13,6 +13,7 @@ /usr/include/**/pyconfig.h r, /usr/bin/totem r, + /dev/sr* r, # Allow read and write on anything in @{HOME}. Lenient, but # private-files-strict is in effect. -- GitLab