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/simutrans.profile | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) (limited to 'etc/simutrans.profile') diff --git a/etc/simutrans.profile b/etc/simutrans.profile index b1df0ba28..32c0436f8 100644 --- a/etc/simutrans.profile +++ b/etc/simutrans.profile @@ -1,41 +1,34 @@ -# Persistent global definitions go here +# Firejail profile for simutrans +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/simutrans.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/simutrans.local +noblacklist ~/.simutrans -################################ -# simutrans profile -################################ +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc -noblacklist ~/.simutrans mkdir ~/.simutrans whitelist ~/.simutrans include /etc/firejail/whitelist-common.inc -include /etc/firejail/disable-common.inc -include /etc/firejail/disable-programs.inc -include /etc/firejail/disable-passwdmgr.inc - caps.drop all +net none +nogroups nonewprivs noroot protocol unix seccomp - -# -# depending on your usage, you can enable some of the commands below: -# -net none -nogroups shell none -#private-bin simutrans -# private-etc none + +# private-bin simutrans private-dev +# private-etc none private-tmp -# nosound - - - +# CLOBBERED COMMENTS +# depending on your usage, you can enable some of the commands below: +# nosound -- cgit v1.2.3-54-g00ecf