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/tshark.profile | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 etc/tshark.profile (limited to 'etc/tshark.profile') diff --git a/etc/tshark.profile b/etc/tshark.profile new file mode 100644 index 000000000..52ee228a3 --- /dev/null +++ b/etc/tshark.profile @@ -0,0 +1,44 @@ +# Firejail profile for tshark +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include tshark.local +# Persistent global definitions +include globals.local + +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 +caps.keep dac_override,net_admin,net_raw +ipc-namespace +#net tun0 +netfilter +no3d +nodvd +# nogroups - breaks network traffic capture for unprivileged users +# nonewprivs - breaks network traffic capture for unprivileged users +# noroot +nosound +notv +nou2f +novideo + +#protocol unix,inet,inet6,netlink,packet +#seccomp + +disable-mnt +#private +private-cache +#private-bin tshark +private-dev +#private-etc +private-tmp + +# memory-deny-write-execute -- cgit v1.2.3-70-g09d2