From e3d27760c4ec7dfc834a9ab48e0cc7f11a0c7794 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 21 Dec 2020 16:37:19 +0100 Subject: new profile: servo --- etc/profile-m-z/servo.profile | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 etc/profile-m-z/servo.profile (limited to 'etc/profile-m-z/servo.profile') 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 @@ +# Firejail profile for servo +# Description: The Servo Browser Engine +# This file is overwritten after every install/update +# Persistent local customizations +include servo.local +# Persistent global definitions +include globals.local + +# Servo is usually installed inside $HOME +ignore noexec ${HOME} + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +# Add a whitelist for the directory where servo is installed and uncomment the lines below. +#whitelist ${DOWNLOADS} +#include whitelist-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +caps.drop all +netfilter +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +disable-mnt +private-bin servo,sh +private-cache +private-dev +private-tmp + +dbus-user none +dbus-system none -- cgit v1.2.3-70-g09d2