From d7435c29e35cf7114b57e35d7708a1b864c07f00 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 20 Mar 2019 03:07:43 -0400 Subject: New profiles: Maelstrom and ostrichrider --- etc/ostrichriders.profile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 etc/ostrichriders.profile (limited to 'etc/ostrichriders.profile') diff --git a/etc/ostrichriders.profile b/etc/ostrichriders.profile new file mode 100644 index 000000000..4eedddefd --- /dev/null +++ b/etc/ostrichriders.profile @@ -0,0 +1,46 @@ +# Firejail profile for ostrichriders +# Description: Knights flying on ostriches compete against other riders +# This file is overwritten after every install/update +# Persistent local customizations +include ostrichriders.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.ostrichriders + +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 + +mkdir ${HOME}/.ostrichriders +whitelist ${HOME}/.ostrichriders +include whitelist-common.inc +include whitelist-var-common.inc + +caps.drop all +ipc-namespace +net none +nodbus +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +# protocol seems to have a huge impact on performance +#protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin ostrichriders +private-cache +# private-dev should be commented for controllers +private-dev +private-tmp -- cgit v1.2.3-54-g00ecf