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

« back to all changes in this revision

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

  • 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
 
# ------------------------------------------------------------------
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: mozilla 12 2006-04-12 21:35:41Z steve-beattie $
13
 
 
14
 
  # None of us use mozilla as a mail client, irc client, or news client.
15
 
  # So, uh, this profile is guaranteed to be insufficient for anything
16
 
  # other than web browsing. Fixes welcome.
17
 
 
18
 
  #include <abstractions/base>
19
 
  #include <abstractions/nameservice>
20
 
  #include <abstractions/consoles>
21
 
  #include <abstractions/fonts>
22
 
  #include <abstractions/X>
23
 
  #include <abstractions/gnome>
24
 
  #include <abstractions/user-tmp>
25
 
  #include <program-chunks/user-mozilla>
26
 
  /bin/netstat                              px,
27
 
  /bin/bash                                 ix,
28
 
  /dev/mixer*                               rw,
29
 
  /dev/dsp                                  rw,
30
 
  /dev/urandom                              rw,
31
 
  /dev/random                               rw,
32
 
  /etc/esd.conf                             r,
33
 
  /etc/fstab                                r,
34
 
  /etc/mailcap                              r,
35
 
  /etc/mime.types                           r,
36
 
  /etc/mtab                                 r,
37
 
  /etc/pluggerrc                            r,
38
 
  /etc/X11/fs/config                        r,
39
 
  /proc/net                                 r,
40
 
  /proc/net/appletalk                       r,
41
 
  /proc/net/dev                             r,
42
 
  /proc/net/ipx                             r,
43
 
  /proc/net/unix                            r,
44
 
  /proc/meminfo                             r,
45
 
  /usr/bin/esd                              rpx,
46
 
 
47
 
  /usr/lib64/flash-plugin/*                 r,
48
 
  /usr/lib64/browser-plugins/**             r,
49
 
  /usr/lib64/mozilla-1.[1-9][a-z]*/**       r,
50
 
  /usr/lib64/mozilla-1.[1-9]/**             r,
51
 
  /usr/lib64/mozilla/**                     r,
52
 
  /usr/lib64/netscape/**                    r,
53
 
  /usr/lib/flash-plugin/*                   r,
54
 
  /usr/lib/browser-plugins/**               r,
55
 
  /usr/lib/mozilla-1.[1-9][a-z]*/**         r,
56
 
  /usr/lib/mozilla-1.[1-9]/**               r,
57
 
  /usr/lib/mozilla/**                       r,
58
 
  /usr/lib/netscape/**                      r,
59
 
 
60
 
  /opt/mozilla/**                           r,
61
 
  # let mozilla read package documentation
62
 
  /usr/share/doc/**                         r,