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

« back to all changes in this revision

Viewing changes to profiles/extras/usr.X11R6.bin.ethereal

  • 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: usr.X11R6.bin.ethereal 192 2006-11-03 12:58:04Z seth_arnold $
2
 
# vim:syntax=apparmor
3
 
# Last Modified: Thu Aug 25 13:37:56 2005
4
 
# ------------------------------------------------------------------
5
 
#
6
 
#    Copyright (C) 2002-2005 Novell/SUSE
7
 
#
8
 
#    This program is free software; you can redistribute it and/or
9
 
#    modify it under the terms of version 2 of the GNU General Public
10
 
#    License published by the Free Software Foundation.
11
 
#
12
 
# ------------------------------------------------------------------
13
 
 
14
 
#include <tunables/global>
15
 
 
16
 
/usr/X11R6/bin/ethereal {
17
 
  #include <abstractions/base>
18
 
  #include <abstractions/bash>
19
 
  #include <abstractions/consoles>
20
 
  #include <abstractions/kde>
21
 
  #include <abstractions/nameservice>
22
 
  #include <abstractions/gnome>
23
 
  #include <abstractions/user-write>
24
 
  #include <abstractions/X>
25
 
 
26
 
  capability net_raw,
27
 
 
28
 
  /etc/ethers r,
29
 
 
30
 
  @{HOME}/.ethereal/* rw,
31
 
  @{HOME}/.fonts.cache-* r,
32
 
 
33
 
  /etc/opt/gnome/pango/pango.modules r,
34
 
  /opt/gnome/lib/gtk-2.0/2.4.0/loaders/* mr,
35
 
  /opt/gnome/lib/lib*so* mr,
36
 
  /opt/gnome/lib/pango/1.4.0/modules/* mr,
37
 
  /opt/gnome/share/* r,
38
 
  /opt/gnome/share/icons/** r,
39
 
  /opt/gnome/share/mime/* r,
40
 
  /opt/mozilla/bin/mozilla.sh rPx,
41
 
  /opt/MozillaFirefox/bin/firefox.sh rPx,
42
 
  /usr/X11R6/bin/ethereal mixr,
43
 
  /usr/X11R6/lib/Acrobat7/Resource/Font/PFM/fonts.cache-1 r,
44
 
  /usr/X11R6/lib/Acrobat7/Resource/Font/fonts.cache-1 r,
45
 
  /usr/X11R6/lib/ethereal/** mr,
46
 
  /usr/X11R6/lib/lib*so* mr,
47
 
  /usr/X11R6/share/ethereal/** r,
48
 
  /usr/lib/jvm/java-1.4.2-sun-1.4.2.06/jre/lib/fonts/** r,
49
 
  /usr/lib/ooo-2.0/share/fonts/** r,
50
 
  /usr/share/icons r,
51
 
  /usr/share/mime/* r,
52
 
  /usr/share/snmp/mibs r,
53
 
  /usr/share/snmp/mibs/* r,
54
 
  /usr/share/snmp/mibs/.index rw,
55
 
}