logprof update
[mirrors/AppArmor-Profiles.git] / usr.lib.GConf.2.gconfd-2
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 }
This page took 0.389388 seconds and 4 git commands to generate.