aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-10-07 20:46:32 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-07 20:46:32 +0000
commit670e46f42cd9faa5f3ff5a6f4c0dd03d6cd4d0e5 (patch)
treee72b9ff5a0a3cccbfae9b04bacfc0bdde2d7d6f9
parentwireshark: fix access to dumpcap (#6038) (diff)
downloadfirejail-670e46f42cd9faa5f3ff5a6f4c0dd03d6cd4d0e5.tar.gz
firejail-670e46f42cd9faa5f3ff5a6f4c0dd03d6cd4d0e5.tar.zst
firejail-670e46f42cd9faa5f3ff5a6f4c0dd03d6cd4d0e5.zip
New profile: termshark (#6039)
* Create termshark.profile * firecfg.config: add termshark support * termshark: CLI hardening
-rw-r--r--etc/profile-m-z/termshark.profile15
-rw-r--r--src/firecfg/firecfg.config1
2 files changed, 16 insertions, 0 deletions
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 @@
1# Firejail profile for termshark
2# Description: Terminal UI for tshark, inspired by Wireshark
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include termshark.local
7# Persistent global definitions
8# added by included profile
9#include globals.local
10
11blacklist /tmp/.X11-unix
12blacklist ${RUNUSER}
13
14# Redirect
15include wireshark.profile
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index e9b97ad11..19c3166fa 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -825,6 +825,7 @@ telegram
825telegram-desktop 825telegram-desktop
826telnet 826telnet
827terasology 827terasology
828termshark
828tesseract 829tesseract
829textmaker18 830textmaker18
830textmaker18free 831textmaker18free