~sdeziel/apparmor-profiles/apt-cacher-ng-systemd

« back to all changes in this revision

Viewing changes to ubuntu/16.10/usr.bin.sflphone-client-gnome

  • Committer: Tyler Hicks
  • Date: 2016-04-22 22:38:30 UTC
  • Revision ID: tyhicks@canonical.com-20160422223830-hyzj0pjnfog0a6f5
create 16.10 directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Last Modified: Thu Jan 16 00:15:04 2014
 
2
# Author: James Troup <james.troup@canonical.com>
 
3
 
 
4
# This profile currently makes no provision for two features of
 
5
# sflphone:
 
6
#   1) recording
 
7
#   2) command execution via hooks
 
8
 
 
9
#include <tunables/global>
 
10
 
 
11
/usr/bin/sflphone-client-gnome {
 
12
  #include <abstractions/X>
 
13
  #include <abstractions/base>
 
14
  #include <abstractions/dbus-session>
 
15
  #include <abstractions/fonts>
 
16
  #include <abstractions/freedesktop.org>
 
17
  #include <abstractions/gnome>
 
18
 
 
19
  network inet dgram,
 
20
 
 
21
  owner @{HOME}/.config/gtk-3.0/bookmarks r,
 
22
  owner @{HOME}/.config/ibus/bus/* r,
 
23
 
 
24
  owner @{HOME}/.config/dconf/user r,
 
25
  owner /{,var/}run/user/*/dconf/          w,
 
26
  owner /{,var/}run/user/*/dconf/user      rw,
 
27
 
 
28
  /usr/share/glib-2.0/schemas/gschemas.compiled r,
 
29
  /usr/share/javascript/mathjax/fonts/** r,
 
30
 
 
31
  /usr/bin/sflphone-client-gnome mr,
 
32
  /usr/share/sflphone/** r,
 
33
}