~xfactor973/apparmor-profiles/ceph-apparmor-profiles

« back to all changes in this revision

Viewing changes to ubuntu/15.04/usr.bin.pidgin

  • Committer: Steve Beattie
  • Date: 2015-08-25 20:42:30 UTC
  • mfrom: (142.1.1 pidgin-read-only-dconf)
  • Revision ID: sbeattie@ubuntu.com-20150825204230-ctq9lkx4wt15fait
pidgin profile: only allow read-only access to DConf by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  #include <abstractions/bash>
9
9
  #include <abstractions/dbus>
10
10
  #include <abstractions/dbus-session>
 
11
  #include <abstractions/dconf>
11
12
  #include <abstractions/enchant>
12
13
  #include <abstractions/gnome>
13
14
  #include <abstractions/gstreamer>
27
28
  owner @{HOME}/.gstreamer*/** rw,
28
29
  owner @{HOME}/.purple/ rw,
29
30
  owner @{HOME}/.purple/** rwk,
30
 
  owner @{HOME}/.{cache,config}/dconf/user rw,
31
31
  owner @{HOME}/.config/indicators/ rw,
32
32
  owner @{HOME}/.config/indicators/** rw,
33
33
  owner @{HOME}/.local/share/applications/ r,
34
 
  owner /{,var/}run/user/[0-9]*/dconf/user rwk,
 
34
 
 
35
  # Uncomment the two following lines if you want to allow Pidgin to update
 
36
  # any DConf setting:
 
37
  # owner @{HOME}/.{cache,config}/dconf/user rw,
 
38
  # owner /{,var/}run/user/[0-9]*/dconf/user rwk,
35
39
 
36
40
  /bin/dash rix,
37
41
  /bin/which rix,