Merge lp:~sdeziel/apparmor-profiles/fix-for-lp1133409 into lp:apparmor-profiles

Proposed by Simon Déziel
Status: Merged
Merged at revision: 109
Proposed branch: lp:~sdeziel/apparmor-profiles/fix-for-lp1133409
Merge into: lp:apparmor-profiles
Diff against target: 62 lines (+12/-0)
3 files modified
ubuntu/12.04/usr.sbin.apt-cacher-ng (+4/-0)
ubuntu/12.10/usr.sbin.apt-cacher-ng (+4/-0)
ubuntu/13.04/usr.sbin.apt-cacher-ng (+4/-0)
To merge this branch: bzr merge lp:~sdeziel/apparmor-profiles/fix-for-lp1133409
Reviewer Review Type Date Requested Status
Seth Arnold Approve
Review via email: mp+150605@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Simon Déziel (sdeziel) wrote :

I have tested the proposed patch on Precise.

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Thanks, looks good to me.

review: Approve
Revision history for this message
Simon Déziel (sdeziel) wrote :

@Seth, thanks for reviewing. Any chance for it to be merged?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu/12.04/usr.sbin.apt-cacher-ng'
2--- ubuntu/12.04/usr.sbin.apt-cacher-ng 2011-11-30 02:59:13 +0000
3+++ ubuntu/12.04/usr.sbin.apt-cacher-ng 2013-02-26 16:08:22 +0000
4@@ -11,12 +11,16 @@
5
6 /etc/apt-cacher-ng/ r,
7 /etc/apt-cacher-ng/** r,
8+ /var/lib/apt-cacher-ng/** r,
9 /{,var/}run/apt-cacher-ng/* rw,
10 @{APT_CACHE_DIR}/ r,
11 @{APT_CACHE_DIR}/** rw,
12 /var/log/apt-cacher-ng/ r,
13 /var/log/apt-cacher-ng/* rw,
14
15+ /etc/hosts.allow r,
16+ /etc/hosts.deny r,
17+
18 /bin/dash ixr,
19 /bin/ed ixr,
20 }
21
22=== modified file 'ubuntu/12.10/usr.sbin.apt-cacher-ng'
23--- ubuntu/12.10/usr.sbin.apt-cacher-ng 2012-05-01 13:46:17 +0000
24+++ ubuntu/12.10/usr.sbin.apt-cacher-ng 2013-02-26 16:08:22 +0000
25@@ -11,12 +11,16 @@
26
27 /etc/apt-cacher-ng/ r,
28 /etc/apt-cacher-ng/** r,
29+ /var/lib/apt-cacher-ng/** r,
30 /{,var/}run/apt-cacher-ng/* rw,
31 @{APT_CACHE_DIR}/ r,
32 @{APT_CACHE_DIR}/** rw,
33 /var/log/apt-cacher-ng/ r,
34 /var/log/apt-cacher-ng/* rw,
35
36+ /etc/hosts.allow r,
37+ /etc/hosts.deny r,
38+
39 /bin/dash ixr,
40 /bin/ed ixr,
41 }
42
43=== modified file 'ubuntu/13.04/usr.sbin.apt-cacher-ng'
44--- ubuntu/13.04/usr.sbin.apt-cacher-ng 2012-10-22 14:58:36 +0000
45+++ ubuntu/13.04/usr.sbin.apt-cacher-ng 2013-02-26 16:08:22 +0000
46@@ -11,12 +11,16 @@
47
48 /etc/apt-cacher-ng/ r,
49 /etc/apt-cacher-ng/** r,
50+ /var/lib/apt-cacher-ng/** r,
51 /{,var/}run/apt-cacher-ng/* rw,
52 @{APT_CACHE_DIR}/ r,
53 @{APT_CACHE_DIR}/** rw,
54 /var/log/apt-cacher-ng/ r,
55 /var/log/apt-cacher-ng/* rw,
56
57+ /etc/hosts.allow r,
58+ /etc/hosts.deny r,
59+
60 /bin/dash ixr,
61 /bin/ed ixr,
62 }

Subscribers

People subscribed via source and target branches

to status/vote changes: