~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to docs/_common.txt

  • Committer: Roberto Alsina
  • Date: 2014-10-24 14:05:51 UTC
  • mfrom: (91.179.41 automatic)
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: roberto.alsina@canonical.com-20141024140551-tsdz3xggo2rbwlqj
MergeĀ fromĀ automatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
Here, we created a helloHelper entry in hooks that has an apparmor profile and an additional JSON file for the push-helper hook.
41
41
 
42
 
helloHelper-apparmor.json must contain **only** the push-notification-client policy group::
 
42
helloHelper-apparmor.json must contain **only** the push-notification-client policy group and the ubuntu-push-helper template::
43
43
 
44
44
    {
 
45
        "template": "ubuntu-push-helper",
45
46
        "policy_groups": [
46
47
            "push-notification-client"
47
48
        ],