From 9e3ba319be6b9546d7e8f450ca419ee2f3f4040b Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 7 Aug 2017 01:22:08 -0400 Subject: Unify all profiles --- etc/odt2txt.profile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'etc/odt2txt.profile') diff --git a/etc/odt2txt.profile b/etc/odt2txt.profile index 8cfadd9ac..06b4c16e0 100644 --- a/etc/odt2txt.profile +++ b/etc/odt2txt.profile @@ -1,33 +1,31 @@ -# Persistent global definitions go here +# Firejail profile for odt2txt +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/odt2txt.local +# Persistent global definitions include /etc/firejail/globals.local -# This file is overwritten during software install. -# Persistent customizations should go in a .local file. -include /etc/firejail/odt2txt.local +blacklist /tmp/.X11-unix -# odt2txt profile include /etc/firejail/disable-common.inc -include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc caps.drop all net none +no3d nogroups nonewprivs noroot nosound protocol unix seccomp -no3d shell none tracelog -blacklist /tmp/.X11-unix - private-bin odt2txt -private-tmp private-dev private-etc none - +private-tmp read-only ${HOME} -- cgit v1.2.3-54-g00ecf