From 603ed6a61c5b9acf1ffdce857ced107fc96ad149 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 13 Oct 2018 03:11:35 +0000 Subject: Create artha.profile --- etc/artha.profile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 etc/artha.profile (limited to 'etc/artha.profile') diff --git a/etc/artha.profile b/etc/artha.profile new file mode 100644 index 000000000..befe9295f --- /dev/null +++ b/etc/artha.profile @@ -0,0 +1,46 @@ +# Firejail profile for artha +# Description: A free cross-platform English thesaurus based on WordNet +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/artha.local +# Persistent global definitions +include /etc/firejail/globals.local + +noblacklist ${HOME}/.config/artha.conf +noblacklist ${HOME}/.config/enchant + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-interpreters.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc + +caps.drop all +ipc-namespace +machine-id +net none +no3d +# nodbus +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none + +disable-mnt +private-bin artha,enchant,notify-send +private-cache +private-dev +private-etc fonts +private-lib libnotify.so.* +private-tmp + +memory-deny-write-execute +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf