From 95eab976359ae8a06eeadbea12e558107ae9bac4 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 13 Jun 2019 17:12:06 -0400 Subject: tcpdump and tshark profiles --- etc/tcpdump.profile | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 etc/tcpdump.profile (limited to 'etc/tcpdump.profile') diff --git a/etc/tcpdump.profile b/etc/tcpdump.profile new file mode 100644 index 000000000..7713ac6c0 --- /dev/null +++ b/etc/tcpdump.profile @@ -0,0 +1,44 @@ +# Firejail profile for tcpdump +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include tcpdump.local +# Persistent global definitions +include globals.local + +noblacklist /sbin +noblacklist /usr/sbin +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc +include whitelist-common.inc + +caps.keep net_raw +ipc-namespace +#net tun0 +netfilter +no3d +nodvd +#nogroups +nonewprivs +#noroot +nosound +notv +nou2f +novideo + +protocol unix,inet,inet6,netlink,packet +seccomp + +disable-mnt +#private +#private-bin tcpdump +private-dev +#private-etc +private-tmp + +memory-deny-write-execute -- cgit v1.2.3-54-g00ecf