From b8c47f080215c3b12baed438944d40b11878f7d8 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 18 Sep 2017 15:38:07 +0200 Subject: profiles: add profile for surf browser --- etc/surf.profile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 etc/surf.profile (limited to 'etc/surf.profile') diff --git a/etc/surf.profile b/etc/surf.profile new file mode 100644 index 000000000..251331902 --- /dev/null +++ b/etc/surf.profile @@ -0,0 +1,35 @@ +# Firejail profile for surf +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/surf.local +# Persistent global definitions +include /etc/firejail/globals.local + +noblacklist ~/.surf + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-programs.inc + +mkdir ~/.surf +whitelist ${DOWNLOADS} +include /etc/firejail/whitelist-common.inc + +caps.drop all +netfilter +nodvd +nonewprivs +noroot +notv +protocol unix,inet,inet6,netlink +seccomp +shell none +tracelog + +private-bin ls,surf,sh,dash,bash,curl,dmenu,printf,sed,sleep,st,stterm,xargs,xprop +private-dev +private-etc passwd,group,hosts,resolv.conf,fonts,ssl +private-tmp + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf