Merge lp:~jpds/ubuntu/trusty/apparmor/ipsec-abstraction into lp:ubuntu/trusty/apparmor

Proposed by Jonathan Davies
Status: Needs review
Proposed branch: lp:~jpds/ubuntu/trusty/apparmor/ipsec-abstraction
Merge into: lp:ubuntu/trusty/apparmor
Diff against target: 35 lines (+23/-0)
2 files modified
debian/changelog (+6/-0)
profiles/apparmor.d/abstractions/ipsec (+17/-0)
To merge this branch: bzr merge lp:~jpds/ubuntu/trusty/apparmor/ipsec-abstraction
Reviewer Review Type Date Requested Status
Jamie Strandboge Pending
Review via email: mp+199899@code.launchpad.net

Description of the change

Added an abstraction for ipsec configuration files.

To post a comment you must log in.

Unmerged revisions

67. By Jonathan Davies

Added 2.8.0-0ubuntu36 changelog entry.

66. By Jonathan Davies

Created ipsec abstraction.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-11-29 13:44:49 +0000
3+++ debian/changelog 2013-12-21 17:12:49 +0000
4@@ -1,3 +1,9 @@
5+apparmor (2.8.0-0ubuntu36) UNRELEASED; urgency=low
6+
7+ * abstractions/ipsec: Created.
8+
9+ -- Jonathan Davies <jonathan.davies@canonical.com> Sat, 21 Dec 2013 17:06:21 +0000
10+
11 apparmor (2.8.0-0ubuntu35) trusty; urgency=low
12
13 * abstractions/nameservice: Also allow access to the sssd nss pipe.
14
15=== added file 'profiles/apparmor.d/abstractions/ipsec'
16--- profiles/apparmor.d/abstractions/ipsec 1970-01-01 00:00:00 +0000
17+++ profiles/apparmor.d/abstractions/ipsec 2013-12-21 17:12:49 +0000
18@@ -0,0 +1,17 @@
19+# ------------------------------------------------------------------
20+#
21+# Copyright (C) 2013 Canonical Ltd.
22+#
23+# This program is free software; you can redistribute it and/or
24+# modify it under the terms of version 2 of the GNU General Public
25+# License published by the Free Software Foundation.
26+#
27+# ------------------------------------------------------------------
28+
29+ # AppArmor abstraction for IPsec-related rules.
30+
31+ /etc/ipsec.conf r,
32+ /etc/ipsec.secrets r,
33+ /etc/ipsec.d/ r,
34+ /etc/ipsec.d/** r,
35+

Subscribers

People subscribed via source and target branches