~apparmor-dev/apparmor/master

« back to all changes in this revision

Viewing changes to profiles/apparmor/profiles/extras/usr.lib.GConf.2.gconfd-2

  • Committer: Steve Beattie
  • Date: 2019-02-19 09:38:13 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219093813-ud526ee6hwn8nljz
The AppArmor project has been converted to git and is now hosted on
gitlab.

To get the converted repository, please do
  git clone https://gitlab.com/apparmor/apparmor

Show diffs side-by-side

added added

removed removed

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