-
Notifications
You must be signed in to change notification settings - Fork 4
/
usr.lib.firefox.firefox
45 lines (40 loc) · 990 Bytes
/
usr.lib.firefox.firefox
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
35
36
37
38
39
40
41
42
43
44
45
# Last Modified: Tue Jan 24 17:04:48 2012
#include <tunables/global>
/usr/lib/firefox/firefox {
#include <abstractions/audio>
#include <abstractions/gnome>
#include <abstractions/nameservice>
#include <abstractions/ubuntu-browsers.d/plugins-common>
deny /dev/tty rw,
/ r,
/bin/ps mrix,
/etc/** r,
/home/*/ r,
/home/*/.Xauthority r,
/home/*/.adobe/**/ rw,
/home/*/.asoundrc.asoundconf r,
/home/*/.icons/** r,
/home/*/.local/share/ r,
/home/*/.local/share/**/ r,
/home/*/.macromedia/** rw,
/home/*/.mozilla/**/ r,
/home/*/.mozilla/firefox/** mrwk,
/home/*/Desktop/ r,
/home/*/Desktop/** rwk,
/home/*/Downloads/ r,
/home/*/Downloads/** rwk,
/home/*/Temp/ r,
/home/*/Temp/** rwk,
/opt/java/** r,
/opt/kde/share/** r,
/proc/ r,
/proc/** r,
/sys/devices/system/cpu/ r,
/sys/devices/system/cpu/* r,
owner /tmp/** rlk,
/tmp/** w,
/usr/lib/firefox/plugin-container rix,
/usr/share/ r,
/usr/share/** r,
/var/db/nscd/* r,
}