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

« back to all changes in this revision

Viewing changes to profiles/abstractions/gnome

  • 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: gnome 90 2006-08-04 19:13:59Z seth_arnold $
2
 
# ------------------------------------------------------------------
3
 
#
4
 
#    Copyright (C) 2002-2006 Novell/SUSE
5
 
#
6
 
#    This program is free software; you can redistribute it and/or
7
 
#    modify it under the terms of version 2 of the GNU General Public
8
 
#    License published by the Free Software Foundation.
9
 
#
10
 
# ------------------------------------------------------------------
11
 
 
12
 
  # systemwide gtk defaults
13
 
  /etc/gnome/gtkrc*               r,
14
 
  /etc/gtk/*                      r,
15
 
  /usr/lib/gtk/**                 mr,
16
 
  /usr/lib64/gtk/**               mr,
17
 
  /usr/share/themes/**            r,
18
 
 
19
 
  # gtk-2 needed some new rights
20
 
  /etc/fonts/*                    r,
21
 
  /etc/gtk-*/*                    r,
22
 
  /etc/pango/*                    r,
23
 
  /usr/lib64/pango/**             mr,
24
 
  /usr/lib64/gtk-*/**             mr,
25
 
  /usr/lib/pango/**               mr,
26
 
  /usr/lib/gtk-*/**               mr,
27
 
  /usr/share/icons/**             r,
28
 
  /usr/share/pixmaps/**           r,
29
 
 
30
 
  # gnome libs
31
 
  /opt/gnome/lib/**               mr,
32
 
  /opt/gnome/lib64/**             mr,
33
 
 
34
 
  # per-user gtk configuration
35
 
  @{HOME}/.gnome/Gnome            r,
36
 
  @{HOME}/.gtk                    r,
37
 
  @{HOME}/.gtkrc                  r,
38
 
  @{HOME}/.gtkrc-2.0              r,
39
 
 
40
 
  # from evolution-mail
41
 
  @{HOME}/.gconfd/lock/*                        r,
42
 
  @{HOME}/.gnome/application-info               r,
43
 
 
44
 
  # per-user font business
45
 
  @{HOME}/.fonts.cache-*          rwl,
46
 
 
47
 
 
48
 
  # suse likes some odd pathnames
49
 
  /etc/opt/gnome/**           r,
50
 
  /opt/gnome/share/**         r,
51
 
 
52
 
  # icon caches
53
 
  /var/cache/**/icon-theme.cache  r,
54
 
  /usr/share/**/icon-theme.cache  r,
55
 
 
56
 
  # buggy software
57
 
  /opt/gnome/lib/libgnomeui/gnome_segv2 mixr,
58
 
  /opt/gnome/bin/bug-buddy Uxr,