~renatofilho/messaging-app/fix-1489330

« back to all changes in this revision

Viewing changes to debian/messaging-app-apparmor.manifest

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-05-16 15:53:28 UTC
  • mfrom: (458.1.101 messaging-app)
  • Revision ID: renato.filho@canonical.com-20160516155328-3lkc6f6cob6jgi8k
Trunk merged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "profiles": {
 
3
    "messaging-app": {
 
4
      "binary": "/usr/bin/messaging-app",
 
5
      "profile_name": "messaging-app",
 
6
      "policy_vendor": "ubuntu",
 
7
      "policy_version": 1.3,
 
8
      "policy_groups": [
 
9
        "accounts",
 
10
        "audio",
 
11
        "contacts",
 
12
        "content_exchange",
 
13
        "content_exchange_source",
 
14
        "history",
 
15
        "microphone",
 
16
        "video"
 
17
      ],
 
18
      "abstractions": [
 
19
        "user-tmp"
 
20
      ],
 
21
      "template_variables": {
 
22
        "APP_ID_DBUS": "messaging_2dapp",
 
23
        "APP_PKGNAME_DBUS": "messaging_2dapp",
 
24
        "APP_PKGNAME": "com.ubuntu.messaging-app"
 
25
      },
 
26
      "read_path": [
 
27
        "/usr/share/applications/",
 
28
        "/custom/xdg/data/dconf/",
 
29
        "/usr/share/*/assets/",
 
30
        "@{HOME}/.local/share/evolution/addressbook/*/photos/",
 
31
        "@{HOME}/.cache/messaging-app/HubIncoming/**",
 
32
        "@{HOME}/.config/dconf/user",
 
33
        "/usr/share/messaging-app/"
 
34
      ]
 
35
    }
 
36
  }
 
37
}