[pkg-apparmor] [apparmor-profiles-extra] 07/09: Add missing local override include to the irssi, totem and totem-previewers profiles.

Intrigeri intrigeri at moszumanska.debian.org
Tue Oct 14 23:30:16 UTC 2014


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

intrigeri pushed a commit to branch master
in repository apparmor-profiles-extra.

commit c68af8a48f0d72baba1f912797c35682a2abb1ce
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Oct 14 23:21:41 2014 +0000

    Add missing local override include to the irssi, totem and totem-previewers profiles.
---
 profiles/usr.bin.irssi            | 3 +++
 profiles/usr.bin.totem            | 3 +++
 profiles/usr.bin.totem-previewers | 6 ++++++
 3 files changed, 12 insertions(+)

diff --git a/profiles/usr.bin.irssi b/profiles/usr.bin.irssi
index 5688c68..cf72dcd 100644
--- a/profiles/usr.bin.irssi
+++ b/profiles/usr.bin.irssi
@@ -47,4 +47,7 @@
 
   # for fnotify
   owner @{HOME}/.irssi/fnotify rwk,
+
+  # Site-specific additions and overrides. See local/README for details.
+  #include <local/usr.bin.irssi>
 }
diff --git a/profiles/usr.bin.totem b/profiles/usr.bin.totem
index 18d9461..8c9cd37 100644
--- a/profiles/usr.bin.totem
+++ b/profiles/usr.bin.totem
@@ -23,4 +23,7 @@
   # inlined from abstractions/dconf (AppArmor 2.8.96)
   owner /{,var/}run/user/*/dconf/user r,
   owner @{HOME}/.config/dconf/user r,
+
+  # Site-specific additions and overrides. See local/README for details.
+  #include <local/usr.bin.totem>
 }
diff --git a/profiles/usr.bin.totem-previewers b/profiles/usr.bin.totem-previewers
index 3709f99..fda0448 100644
--- a/profiles/usr.bin.totem-previewers
+++ b/profiles/usr.bin.totem-previewers
@@ -14,6 +14,9 @@
   # Not needed by nautilus, but maybe other applications
   owner /**.[pP][nN][gG] w,
   owner /**.[jJ][pP]{,[eE]}[gG] w,
+
+  # Site-specific additions and overrides. See local/README for details.
+  #include <local/usr.bin.totem-previewers>
 }
 
 /usr/bin/totem-audio-preview {
@@ -24,4 +27,7 @@
   # effect.
   #include <abstractions/private-files-strict>
   owner @{HOME}/** r,
+
+  # Site-specific additions and overrides. See local/README for details.
+  #include <local/usr.bin.totem-previewers>
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/apparmor-profiles-extra.git



More information about the pkg-apparmor-team mailing list