~ubuntu-branches/ubuntu/wily/ubuntu-personal-security/wily

« back to all changes in this revision

Viewing changes to data/apparmor.historical/policygroups/1.1/contacts

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2015-07-10 16:24:58 UTC
  • Revision ID: package-import@ubuntu.com-20150710162458-tf8yipgf18rn76h8
Tags: 15.10.1
* Initial release for ubuntu-core-personal. It provides:
  - the apparmor policies for Ubuntu Personal
  - the seccomp policies for Ubuntu Personal

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Description: Can access contacts. This policy group is reserved for vetted
 
2
#  applications only in this version of the policy. Once LP: #1227821 is
 
3
#  fixed, this can be moved out of reserved status.
 
4
# Usage: reserved
 
5
dbus (receive, send)
 
6
     bus=session
 
7
     path=/com/canonical/pim/AddressBook
 
8
     peer=(label=unconfined),
 
9
dbus (receive, send)
 
10
     bus=session
 
11
     path=/com/canonical/pim/AddressBookView/**
 
12
     peer=(label=unconfined),
 
13
 
 
14
# LP: #1319546. Apps shouldn't talk directly to sync-monitor, but allow it for
 
15
# now for trusted apps until sync-monitor is integrated with push
 
16
# notifications. IMPORTANT: this policy group cannot be moved to 'common'
 
17
# status until this rule is removed.
 
18
dbus (receive, send)
 
19
     bus=session
 
20
     path=/com/canonical/SyncMonitor{,/**}
 
21
     peer=(label=unconfined),