From 0dba38435ef92ccc01cc9ff23b69df55489ec983 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 5 Jul 2017 09:40:54 -0400 Subject: Harden profiles - Added 'disable-devel.conf' to many profiles - Added 'disable-mnt' to many profiles - Added 'noexec' to many profiles - Removed 'netfilter' and 'net none' from profiles with 'protocol unix' - Cleaned up profiles using defaults --- etc/xfce4-dict.profile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'etc/xfce4-dict.profile') diff --git a/etc/xfce4-dict.profile b/etc/xfce4-dict.profile index 4e466352d..08ae17a55 100644 --- a/etc/xfce4-dict.profile +++ b/etc/xfce4-dict.profile @@ -6,24 +6,27 @@ include /etc/firejail/globals.local include /etc/firejail/xfce4-dict.local noblacklist ${HOME}/.config/xfce4-dict + 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 netfilter +no3d +nogroups nonewprivs noroot +nosound +novideo protocol unix,inet,inet6 seccomp - -# -# depending on your usage, you can enable some of the commands below: -# -nogroups shell none -# private-bin program -# private-etc none + private-dev -# private-tmp +private-tmp +disable-mnt +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-70-g09d2