summaryrefslogtreecommitdiff
path: root/usr.lib.iceweasel.iceweasel
blob: 2f09bc95eeeca6f020b006ac0babd84b941e5cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include <tunables/global>

/usr/lib/iceweasel/iceweasel {
  #include <abstractions/X>
  #include <abstractions/audio>
  #include <abstractions/base>
  #include <abstractions/bash>
  #include <abstractions/gnome>
  #include <abstractions/consoles>
  #include <abstractions/fonts>
  #include <abstractions/nameservice>
  #include <abstractions/freedesktop.org>
  #include <abstractions/user-tmp>

  /bin/dash ix,
  /bin/readlink rix,
  /bin/which rix,
  /usr/bin/dirname ix,
  /etc/iceweasel/** r,
  /etc/mime.types r,
  /etc/mailcap r,
  /usr/share/xulrunner-*/** r,
  /usr/share/iceweasel/** r,
  /usr/share/mozilla/** r,
  /usr/share/mime/ r,
  /usr/share/doc/** r,
  /usr/share/fontconfig/** r,
  @{HOME}/.mozilla/firefox/** rwk,
  @{HOME}/.cache/mozilla/** rw,
  @{HOME}/.pentadactylrc rw,
  @{HOME}/.pentadactyl/** rw,
  @{PROC}/[0-9]*/mountinfo r,
  /sys/devices/system/cpu/present r,
}