~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/extras/opt.gnome.lib.GConf.2.gconfd-2

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: opt.gnome.lib.GConf.2.gconfd-2 90 2006-08-04 19:13:59Z seth_arnold $
2
 
# vim:syntax=apparmor
3
 
# Last Modified: Thu Sep  1 16:16:34 2005
4
 
# ------------------------------------------------------------------
5
 
#
6
 
#    Copyright (C) 2002-2005 Novell/SUSE
7
 
#
8
 
#    This program is free software; you can redistribute it and/or
9
 
#    modify it under the terms of version 2 of the GNU General Public
10
 
#    License published by the Free Software Foundation.
11
 
#
12
 
# ------------------------------------------------------------------
13
 
 
14
 
#include <tunables/global>
15
 
 
16
 
/opt/gnome/lib/GConf/2/gconfd-2 {
17
 
  #include <abstractions/base>
18
 
  #include <abstractions/nameservice>
19
 
  #include <abstractions/user-tmp>
20
 
 
21
 
  /etc/opt/gnome/gconf/2/path r,
22
 
  /etc/opt/gnome/gconf/gconf.xml.defaults r,
23
 
  /etc/opt/gnome/gconf/gconf.xml.defaults/** r,
24
 
  /etc/opt/gnome/gconf/gconf.xml.defaults/schemas/** r,
25
 
  /etc/opt/gnome/gconf/gconf.xml.mandatory r,
26
 
 
27
 
  @{HOME}/.gconf r,
28
 
  @{HOME}/.gconf/** lrw,
29
 
  @{HOME}/.gconfd/** lrw,
30
 
 
31
 
  /opt/gnome/lib/GConf/2/gconfd-2 r,
32
 
  /opt/gnome/lib/GConf/2/libgconfbackend-xml.so mr,
33
 
  /opt/gnome/lib64/GConf/2/libgconfbackend-xml.so mr,
34
 
  /opt/gnome/lib/lib*so* mr,
35
 
  /opt/gnome/lib64/lib*so* mr,
36
 
  /opt/gnome/share/locale/** r,
37
 
}