diff --git a/debian/README.Debian b/debian/README.Debian index 1de4f3b17ac545cee8002f68f60a3383ced4d090..c7e89295921d291e94cee93a93ea0425175823f5 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,11 +1,11 @@ Included profiles ================= -- apt-cacher-ng: taken from the apparmor-profiles repository at revision 169. +- apt-cacher-ng: taken from the apparmor-profiles repository at commit 392d8ab. - GStreamer abstraction, gst_plugin_scanner named profile: taken from the apparmor-profiles repository at revision 169. -- irssi: taken from the apparmor-profiles repository at revision 169. -- Pidgin: taken from the apparmor-profiles repository at revision 169. +- irssi: taken from the apparmor-profiles repository at commit 392d8ab. +- Pidgin: taken from the apparmor-profiles repository at commit 392d8ab. - tcpdump: taken from Ubuntu's tcpdump 4.7.4-3ubuntu1. - Totem: taken from the apparmor-profiles repository with merge request https://code.launchpad.net/~intrigeri/apparmor-profiles/+git/apparmor-profiles/+merge/301461 @@ -18,4 +18,4 @@ apparmor-profiles repository https://code.launchpad.net/~apparmor-dev/apparmor-profiles/+git/apparmor-profiles/+ref/master - -- intrigeri <intrigeri@debian.org>, Sun, 4 Dec 2016 18:57:55 +0100 + -- intrigeri <intrigeri@debian.org>, Fri, 6 Jan 2017 09:19:46 +0100 diff --git a/profiles/usr.bin.irssi b/profiles/usr.bin.irssi index cf72dcde37ddc165418896165c9eb813e99b778a..ab9470c9dddc23b96ba14d0bfa174557af10bf5d 100644 --- a/profiles/usr.bin.irssi +++ b/profiles/usr.bin.irssi @@ -14,7 +14,7 @@ /usr/share/irssi/scripts/* r, /usr/share/ca-certificates/** r, @{PROC}/uptime r, - /bin/dash ix, + /{usr/,}bin/dash ix, # for screen_away #include <abstractions/wutmp> @@ -26,11 +26,11 @@ # for /uptime /usr/bin/gawk ix, /usr/bin/expr ix, - /bin/date ix, + /{usr/,}bin/date ix, # for /calc /usr/bin/bc ix, - /bin/which ixr, + /{usr/,}bin/which ixr, # config files, etc /etc/irssi.conf r, diff --git a/profiles/usr.bin.pidgin b/profiles/usr.bin.pidgin index 35795ac32774d7d8feabdc1f87f0adeab2da2bb3..d9772e7748b1e4e31ca2a8c04a26e1651e8d8a8d 100644 --- a/profiles/usr.bin.pidgin +++ b/profiles/usr.bin.pidgin @@ -56,8 +56,8 @@ # owner @{HOME}/.{cache,config}/dconf/user rw, # owner /{,var/}run/user/[0-9]*/dconf/user rwk, - /bin/dash rix, - /bin/which rix, + /{usr/,}bin/dash rix, + /{usr/,}bin/which rix, # NB: the preferred browser and proxy settings must be configured # in the GNOME preferences: this profile does not allow running diff --git a/profiles/usr.sbin.apt-cacher-ng b/profiles/usr.sbin.apt-cacher-ng index 5c136aeeba4a9e126f0f035e433766b0c0170f6d..6c9013f9f381b1decbfdc90ba9252fab5cae187b 100644 --- a/profiles/usr.sbin.apt-cacher-ng +++ b/profiles/usr.sbin.apt-cacher-ng @@ -21,10 +21,10 @@ /var/log/apt-cacher-ng/* rw, /{,var/}run/systemd/notify w, - /bin/dash ixr, - /bin/ed ixr, - /bin/red ixr, - /bin/sed ixr, + /{usr/,}bin/dash ixr, + /{usr/,}bin/ed ixr, + /{usr/,}bin/red ixr, + /{usr/,}bin/sed ixr, /usr/lib/apt-cacher-ng/acngtool ixr,