aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/termshark.profile
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 /etc/profile-m-z/termshark.profile
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
Diffstat (limited to 'etc/profile-m-z/termshark.profile')
-rw-r--r--etc/profile-m-z/termshark.profile15
1 files changed, 15 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