aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/servo.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-21 16:37:19 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-21 16:37:19 +0100
commite3d27760c4ec7dfc834a9ab48e0cc7f11a0c7794 (patch)
tree63a86571e33aa76461df873fb454fe44e16d9039 /etc/profile-m-z/servo.profile
parentMerge pull request #3839 from rusty-snake/fix-3838 (diff)
downloadfirejail-e3d27760c4ec7dfc834a9ab48e0cc7f11a0c7794.tar.gz
firejail-e3d27760c4ec7dfc834a9ab48e0cc7f11a0c7794.tar.zst
firejail-e3d27760c4ec7dfc834a9ab48e0cc7f11a0c7794.zip
new profile: servo
Diffstat (limited to 'etc/profile-m-z/servo.profile')
-rw-r--r--etc/profile-m-z/servo.profile48
1 files changed, 48 insertions, 0 deletions
diff --git a/etc/profile-m-z/servo.profile b/etc/profile-m-z/servo.profile
new file mode 100644
index 000000000..65da5d0de
--- /dev/null
+++ b/etc/profile-m-z/servo.profile
@@ -0,0 +1,48 @@
1# Firejail profile for servo
2# Description: The Servo Browser Engine
3# This file is overwritten after every install/update
4# Persistent local customizations
5include servo.local
6# Persistent global definitions
7include globals.local
8
9# Servo is usually installed inside $HOME
10ignore noexec ${HOME}
11
12include disable-common.inc
13include disable-devel.inc
14include disable-exec.inc
15include disable-interpreters.inc
16include disable-passwdmgr.inc
17include disable-programs.inc
18include disable-xdg.inc
19
20# Add a whitelist for the directory where servo is installed and uncomment the lines below.
21#whitelist ${DOWNLOADS}
22#include whitelist-common.inc
23include whitelist-runuser-common.inc
24include whitelist-usr-share-common.inc
25include whitelist-var-common.inc
26
27caps.drop all
28netfilter
29nodvd
30nogroups
31nonewprivs
32noroot
33notv
34nou2f
35novideo
36protocol unix,inet,inet6
37seccomp
38shell none
39tracelog
40
41disable-mnt
42private-bin servo,sh
43private-cache
44private-dev
45private-tmp
46
47dbus-user none
48dbus-system none