Simon Déziel has proposed merging 
lp:~sdeziel/apparmor-profiles/fix-for-lp1133409 into lp:apparmor-profiles.

Requested reviews:
  AppArmor Developers (apparmor-dev)
Related bugs:
  Bug #1133409 in AppArmor Profiles: "apt-cacher-ng profile is missing some 
rules (tcpwrapper and backend configs)"
  https://bugs.launchpad.net/apparmor-profiles/+bug/1133409

For more details, see:
https://code.launchpad.net/~sdeziel/apparmor-profiles/fix-for-lp1133409/+merge/150605
-- 
https://code.launchpad.net/~sdeziel/apparmor-profiles/fix-for-lp1133409/+merge/150605
Your team AppArmor Developers is requested to review the proposed merge of 
lp:~sdeziel/apparmor-profiles/fix-for-lp1133409 into lp:apparmor-profiles.
=== modified file 'ubuntu/12.04/usr.sbin.apt-cacher-ng'
--- ubuntu/12.04/usr.sbin.apt-cacher-ng	2011-11-30 02:59:13 +0000
+++ ubuntu/12.04/usr.sbin.apt-cacher-ng	2013-02-26 16:08:22 +0000
@@ -11,12 +11,16 @@
 
   /etc/apt-cacher-ng/ r,
   /etc/apt-cacher-ng/** r,
+  /var/lib/apt-cacher-ng/** r,
   /{,var/}run/apt-cacher-ng/* rw,
   @{APT_CACHE_DIR}/ r,
   @{APT_CACHE_DIR}/** rw,
   /var/log/apt-cacher-ng/ r,
   /var/log/apt-cacher-ng/* rw,
 
+  /etc/hosts.allow r,
+  /etc/hosts.deny r,
+
   /bin/dash ixr,
   /bin/ed ixr,
 }

=== modified file 'ubuntu/12.10/usr.sbin.apt-cacher-ng'
--- ubuntu/12.10/usr.sbin.apt-cacher-ng	2012-05-01 13:46:17 +0000
+++ ubuntu/12.10/usr.sbin.apt-cacher-ng	2013-02-26 16:08:22 +0000
@@ -11,12 +11,16 @@
 
   /etc/apt-cacher-ng/ r,
   /etc/apt-cacher-ng/** r,
+  /var/lib/apt-cacher-ng/** r,
   /{,var/}run/apt-cacher-ng/* rw,
   @{APT_CACHE_DIR}/ r,
   @{APT_CACHE_DIR}/** rw,
   /var/log/apt-cacher-ng/ r,
   /var/log/apt-cacher-ng/* rw,
 
+  /etc/hosts.allow r,
+  /etc/hosts.deny r,
+
   /bin/dash ixr,
   /bin/ed ixr,
 }

=== modified file 'ubuntu/13.04/usr.sbin.apt-cacher-ng'
--- ubuntu/13.04/usr.sbin.apt-cacher-ng	2012-10-22 14:58:36 +0000
+++ ubuntu/13.04/usr.sbin.apt-cacher-ng	2013-02-26 16:08:22 +0000
@@ -11,12 +11,16 @@
 
   /etc/apt-cacher-ng/ r,
   /etc/apt-cacher-ng/** r,
+  /var/lib/apt-cacher-ng/** r,
   /{,var/}run/apt-cacher-ng/* rw,
   @{APT_CACHE_DIR}/ r,
   @{APT_CACHE_DIR}/** rw,
   /var/log/apt-cacher-ng/ r,
   /var/log/apt-cacher-ng/* rw,
 
+  /etc/hosts.allow r,
+  /etc/hosts.deny r,
+
   /bin/dash ixr,
   /bin/ed ixr,
 }

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to