From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-m-z/zaproxy.profile | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 etc/profile-m-z/zaproxy.profile (limited to 'etc/profile-m-z/zaproxy.profile') diff --git a/etc/profile-m-z/zaproxy.profile b/etc/profile-m-z/zaproxy.profile new file mode 100644 index 000000000..6228ff3bd --- /dev/null +++ b/etc/profile-m-z/zaproxy.profile @@ -0,0 +1,47 @@ +# Firejail profile for zaproxy +# Description: Integrated penetration testing tool for finding vulnerabilities in web applications +# This file is overwritten after every install/update +# Persistent local customizations +include zaproxy.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.ZAP + +# Allow java (blacklisted by disable-devel.inc) +include allow-java.inc + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc + +mkdir ${HOME}/.java +mkdir ${HOME}/.ZAP +whitelist ${HOME}/.java +whitelist ${HOME}/.ZAP +include whitelist-common.inc +include whitelist-var-common.inc + +caps.drop all +ipc-namespace +netfilter +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none + +disable-mnt +private-dev +private-tmp + -- cgit v1.2.3-70-g09d2