Merge lp:~brian-murray/ubuntu/oneiric/isc-dhcp/fix-for-787212 into lp:ubuntu/oneiric/isc-dhcp

Proposed by Brian Murray
Status: Merged
Merged at revision: 25
Proposed branch: lp:~brian-murray/ubuntu/oneiric/isc-dhcp/fix-for-787212
Merge into: lp:ubuntu/oneiric/isc-dhcp
Diff against target: 62 lines (+15/-7)
2 files modified
debian/apparmor-profile.dhcpd (+8/-7)
debian/changelog (+7/-0)
To merge this branch: bzr merge lp:~brian-murray/ubuntu/oneiric/isc-dhcp/fix-for-787212
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Ubuntu branches Pending
Review via email: mp+63435@code.launchpad.net

Description of the change

Creating a branch of the patch some added to bug 787212.

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Nice work Brian. I'm going to change the distro version mentioned in the debian/changelog entry to oneiric, as I believe that was the intention.

Uploading/Merging.

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/apparmor-profile.dhcpd'
--- debian/apparmor-profile.dhcpd 2010-12-09 11:21:53 +0000
+++ debian/apparmor-profile.dhcpd 2011-06-03 21:38:31 +0000
@@ -1,5 +1,5 @@
1# vim:syntax=apparmor1# vim:syntax=apparmor
2# Last Modified: Tue Feb 10 15:02:44 20092# Last Modified: Fri Jun 3 13:54:26 2011
3# Author: Jamie Strandboge <jamie@canonical.com>3# Author: Jamie Strandboge <jamie@canonical.com>
44
5#include <tunables/global>5#include <tunables/global>
@@ -17,29 +17,30 @@
17 network inet raw,17 network inet raw,
18 network packet packet,18 network packet packet,
19 @{PROC}/[0-9]*/net/dev r,19 @{PROC}/[0-9]*/net/dev r,
20 @{PROC}/[0-9]*/net/{dev,if_inet6} r,
2021
21 /etc/hosts.allow r,22 /etc/hosts.allow r,
22 /etc/hosts.deny r,23 /etc/hosts.deny r,
2324
24 /etc/dhcp/ r,25 /etc/dhcp/ r,
25 /etc/dhcp/** r,26 /etc/dhcp/** r,
26 /etc/dhcpd.conf r,27 /etc/dhcpd{,6}.conf r,
27 /etc/dhcpd_ldap.conf r,28 /etc/dhcpd{,6}_ldap.conf r,
2829
29 /usr/sbin/dhcpd mr,30 /usr/sbin/dhcpd mr,
3031
31 /var/lib/dhcp/dhcpd.leases* lrw,32 /var/lib/dhcp/dhcpd{,6}.leases* lrw,
32 /var/log/ r,33 /var/log/ r,
33 /var/log/** rw,34 /var/log/** rw,
34 /var/run/dhcp-server/dhcpd.pid w,35 /var/run/dhcp-server/dhcpd{,6}.pid w,
3536
36 # LTSP. See:37 # LTSP. See:
37 # http://www.ltsp.org/~sbalneav/LTSPManual.html38 # http://www.ltsp.org/~sbalneav/LTSPManual.html
38 # https://wiki.edubuntu.org/39 # https://wiki.edubuntu.org/
39 /etc/ltsp/ r,40 /etc/ltsp/ r,
40 /etc/ltsp/** r,41 /etc/ltsp/** r,
41 /etc/dhcpd-k12ltsp.conf r,42 /etc/dhcpd{,6}-k12ltsp.conf r,
42 /etc/dhcpd.leases* lrw,43 /etc/dhcpd{,6}.leases* lrw,
43 /ltsp/ r,44 /ltsp/ r,
44 /ltsp/** r,45 /ltsp/** r,
4546
4647
=== modified file 'debian/changelog'
--- debian/changelog 2011-05-30 13:30:57 +0000
+++ debian/changelog 2011-06-03 21:38:31 +0000
@@ -1,3 +1,10 @@
1isc-dhcp (4.1.1-P1-17ubuntu2) natty; urgency=low
2
3 * modify AppArmor profile for DHCP server to work with IPv6 thanks to
4 Launchpad user nikolas for the patch (LP: #787212)
5
6 -- Brian Murray <brian@ubuntu.com> Fri, 03 Jun 2011 13:55:44 -0700
7
1isc-dhcp (4.1.1-P1-17ubuntu1) oneiric; urgency=low8isc-dhcp (4.1.1-P1-17ubuntu1) oneiric; urgency=low
29
3 * Merge from debian unstable. Remaining changes:10 * Merge from debian unstable. Remaining changes:

Subscribers

People subscribed via source and target branches

to all changes: