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/pingus.profile | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) (limited to 'etc/pingus.profile') diff --git a/etc/pingus.profile b/etc/pingus.profile index b3b479046..6699b7944 100644 --- a/etc/pingus.profile +++ b/etc/pingus.profile @@ -1,41 +1,34 @@ -# Persistent global definitions go here +# Firejail profile for pingus +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/pingus.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/pingus.local +noblacklist ~/.pingus -################################ -# Pinugs profile -################################ +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc -noblacklist ~/.pingus mkdir ~/.pingus whitelist ~/.pingus 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,netlink seccomp - -# -# depending on your usage, you can enable some of the commands below: -# -net none -nogroups shell none -#private-bin pingus -# private-etc none + +# private-bin pingus 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