intrigeri has proposed merging 
~intrigeri/apparmor-profiles/+git/apparmor-profiles:usrmerge into 
apparmor-profiles:master.

Requested reviews:
  AppArmor Developers (apparmor-dev)

For more details, see:
https://code.launchpad.net/~intrigeri/apparmor-profiles/+git/apparmor-profiles/+merge/312411
-- 
Your team AppArmor Developers is requested to review the proposed merge of 
~intrigeri/apparmor-profiles/+git/apparmor-profiles:usrmerge into 
apparmor-profiles:master.
diff --git a/ubuntu/17.04/abstractions/ubuntu-browsers.d/plugins-common b/ubuntu/17.04/abstractions/ubuntu-browsers.d/plugins-common
index 2a95b19..cc29a3e 100644
--- a/ubuntu/17.04/abstractions/ubuntu-browsers.d/plugins-common
+++ b/ubuntu/17.04/abstractions/ubuntu-browsers.d/plugins-common
@@ -5,10 +5,10 @@
   #
   @{PROC}/@{pid}/fd/ r,
   /usr/lib/** rm,
-  /bin/bash ixr,
-  /bin/dash ixr,
-  /bin/grep ixr,
-  /bin/sed ixr,
+  /{usr/,}bin/bash ixr,
+  /{usr/,}bin/dash ixr,
+  /{usr/,}bin/grep ixr,
+  /{usr/,}bin/sed ixr,
   /usr/bin/m4 ixr,
 
   # Since all the ubuntu-browsers.d abstractions need this, just include it
diff --git a/ubuntu/17.04/opt.WorldOfGoo.WorldOfGoo b/ubuntu/17.04/opt.WorldOfGoo.WorldOfGoo
index 628083b..72bf726 100644
--- a/ubuntu/17.04/opt.WorldOfGoo.WorldOfGoo
+++ b/ubuntu/17.04/opt.WorldOfGoo.WorldOfGoo
@@ -10,9 +10,9 @@
   #include <abstractions/dbus-session>
 
   # For the wrapper script
-  /bin/dash ix,
-  /bin/readlink rix,
-  /bin/uname rix,
+  /{usr/,}bin/dash ix,
+  /{usr/,}bin/readlink rix,
+  /{usr/,}bin/uname rix,
   /usr/bin/dirname rix,
 
   # The game itself
diff --git a/ubuntu/17.04/opt.introversion.darwinia.darwinia b/ubuntu/17.04/opt.introversion.darwinia.darwinia
index f8f3fbb..7fa60ac 100644
--- a/ubuntu/17.04/opt.introversion.darwinia.darwinia
+++ b/ubuntu/17.04/opt.introversion.darwinia.darwinia
@@ -10,8 +10,8 @@
   #include <abstractions/dbus-session>
 
   # The wrapper script
-  /bin/dash ix,
-  /bin/grep rix,
+  /{usr/,}bin/dash ix,
+  /{usr/,}bin/grep rix,
   /usr/bin/dirname rix,
 
   # The game itself
-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to