~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

Viewing changes to profiles/program-chunks-disabled/user-mozilla

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ------------------------------------------------------------------
 
2
#
 
3
#    Copyright (C) 2002-2005 Novell/SUSE
 
4
#
 
5
#    This program is free software; you can redistribute it and/or
 
6
#    modify it under the terms of version 2 of the GNU General Public
 
7
#    License published by the Free Software Foundation.
 
8
#
 
9
# ------------------------------------------------------------------
 
10
 
 
11
 
 
12
  # $Id: user-mozilla 12 2006-04-12 21:35:41Z steve-beattie $
 
13
 
 
14
 
 
15
  # per-user mozilla config files
 
16
  /home/*/.mozilla/**                       rwl,
 
17
  /home/*/.Xdefaults                        r,
 
18
  /home/*/.mailcap                          r,
 
19
  /home/*/.mime.types                       r,
 
20
  # per-user ESD
 
21
  /home/*/.esd_auth                         r,
 
22
 
 
23
  # perhaps you wish your users to be able to execute programs right
 
24
  # from mozilla?
 
25
  /usr/X11R6/bin/gv                         px,
 
26
  /usr/bin/plugger                          px,
 
27
  /usr/bin/xpdf                             px,
 
28
  /usr/X11R6/bin/xmessage                   px,
 
29