From 0f1b7e5ebf3092cc0de52fc84cc5d3c512913093 Mon Sep 17 00:00:00 2001 From: Tad Date: Thu, 3 Aug 2017 21:56:03 -0400 Subject: Add 12 new profiles apktool, Baobab, dex2jar, gitg, Hashcat, MusicBrainz Picard, OBS Studio, Remmina, sdat2img, Sound Converter, SQLiteBrowser, Truecraft --- etc/hashcat.profile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 etc/hashcat.profile (limited to 'etc/hashcat.profile') diff --git a/etc/hashcat.profile b/etc/hashcat.profile new file mode 100644 index 000000000..1e9540f87 --- /dev/null +++ b/etc/hashcat.profile @@ -0,0 +1,32 @@ +quiet +# Persistent global definitions go here +include /etc/firejail/globals.local + +# This file is overwritten during software install. +# Persistent customizations should go in a .local file. +include /etc/firejail/hashcat.local + +# Firejail profile for Hashcat +noblacklist ${HOME}/.hashcat + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc + +caps.drop all +net none +nogroups +nonewprivs +noroot +nosound +novideo +protocol unix +seccomp +shell none + +disable-mnt +private-dev +private-tmp + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf