  # $Id: gnome 5291 2005-09-09 04:14:38Z sarnold $
# ----------------------------------------------------------------------
#    PROPRIETARY DATA of NOVELL INC.
#    Copyright (c) 2004, NOVELL (All rights reserved)
#
#    This document contains trade secret data which is the property
#    of NOVELL Inc.  This document is submitted to recipient in
#    confidence. Information contained herein may not be used, copied
#    or disclosed in whole or in part except as permitted by written
#    agreement signed by an officer of NOVELL, Inc.
# ----------------------------------------------------------------------


  # systemwide gtk defaults
  /etc/gnome/gtkrc*               r,
  /etc/gtk/*                      r,
  /usr/lib/gtk/**                 r,
  /usr/lib64/gtk/**               r,
  /usr/share/themes/**            r,

  # gtk-2 needed some new rights
  /etc/fonts/*                    r,
  /etc/gtk-*/*                    r,
  /etc/pango/*                    r,
  /usr/lib64/pango/**             r,
  /usr/lib64/gtk-*/**             r,
  /usr/lib/pango/**               r,
  /usr/lib/gtk-*/**               r,
  /usr/share/icons/**             r,
  /usr/share/pixmaps/**           r,

  # gnome libs
  /opt/gnome/lib/**               r,
  /opt/gnome/lib64/**             r,

  # root may run ethereal, so root running gtk isn't out of the question
  /root/.gnome/Gnome            r,
  /root/.gtk                    r,
  /root/.gtkrc                  r,
  # per-user gtk configuration
  /home/*/.gnome/Gnome            r,
  /home/*/.gtk                    r,
  /home/*/.gtkrc                  r,

  # from evolution-mail
  /home/*/.gconfd/lock/*                        r,
  /home/*/.gnome/application-info               r,

  # per-user font business
  /home/*/.fonts.cache-*          rwl,


  # suse likes some odd pathnames
  /etc/opt/gnome/gtk/**           r,
  /etc/opt/gnome/gtk-?.?/**       r,
  /opt/gnome/share/**             r,
