Merge lp:~evilnick/juju-core/docs-apparmor-bug1188681 into lp:juju-core/docs

Proposed by Nick Veitch
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merged at revision: 204
Proposed branch: lp:~evilnick/juju-core/docs-apparmor-bug1188681
Merge into: lp:juju-core/docs
Diff against target: 12 lines (+1/-1)
1 file modified
htmldocs/authors-charm-policy.html (+1/-1)
To merge this branch: bzr merge lp:~evilnick/juju-core/docs-apparmor-bug1188681
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+198959@code.launchpad.net

Description of the change

added link for apparmor

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/authors-charm-policy.html'
2--- htmldocs/authors-charm-policy.html 2013-12-06 09:48:59 +0000
3+++ htmldocs/authors-charm-policy.html 2013-12-13 15:25:45 +0000
4@@ -88,7 +88,7 @@
5 <li>Must not run any network services using default passwords.</li>
6 <li>Must call Juju API tools (relation-*, unit-*, config-*, etc) without a hard coded path. Should default to use software that is included in the Ubuntu archive, however we encourage that charm authors have a config options for allowing users to deploy from newer upstream releases, or even right from VCS if it's useful to users.</li>
7 <li>Should not use anything infrastructure-provider specific (i.e. querying EC2 metadata service) symlinks must be self contained within a charm.</li>
8- <li>Should make use of AppArmor to increase security.</li>
9+ <li>Should make use of <a href="https://help.ubuntu.com/12.04/serverguide/apparmor.html">AppArmor</a> to increase security.</li>
10 <li>Bundles must only use charms which are already in the store, they cannot reference charms in personal namespaces.</li>
11 </ul>
12 <p>The charm store referred to in this document is the collection of Juju charms and bundles hosted at <a href="https://launchpad.net/charms">https://launchpad.net/charms</a>.</p>

Subscribers

People subscribed via source and target branches