From 670e46f42cd9faa5f3ff5a6f4c0dd03d6cd4d0e5 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 7 Oct 2023 20:46:32 +0000 Subject: New profile: termshark (#6039) * Create termshark.profile * firecfg.config: add termshark support * termshark: CLI hardening --- etc/profile-m-z/termshark.profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/profile-m-z/termshark.profile (limited to 'etc/profile-m-z/termshark.profile') diff --git a/etc/profile-m-z/termshark.profile b/etc/profile-m-z/termshark.profile new file mode 100644 index 000000000..630d5dda6 --- /dev/null +++ b/etc/profile-m-z/termshark.profile @@ -0,0 +1,15 @@ +# Firejail profile for termshark +# Description: Terminal UI for tshark, inspired by Wireshark +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include termshark.local +# Persistent global definitions +# added by included profile +#include globals.local + +blacklist /tmp/.X11-unix +blacklist ${RUNUSER} + +# Redirect +include wireshark.profile -- cgit v1.2.3-54-g00ecf