aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/wireshark.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/wireshark.profile')
-rw-r--r--etc/profile-m-z/wireshark.profile50
1 files changed, 50 insertions, 0 deletions
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
new file mode 100644
index 000000000..d73e2e279
--- /dev/null
+++ b/etc/profile-m-z/wireshark.profile
@@ -0,0 +1,50 @@
1# Firejail profile for wireshark
2# Description: Network traffic analyzer
3# This file is overwritten after every install/update
4# Persistent local customizations
5include wireshark.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/wireshark
10noblacklist ${HOME}/.wireshark
11noblacklist ${DOCUMENTS}
12
13# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc
15
16include disable-common.inc
17include disable-devel.inc
18include disable-exec.inc
19include disable-interpreters.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22include disable-xdg.inc
23
24whitelist /usr/share/wireshark
25include whitelist-usr-share-common.inc
26include whitelist-var-common.inc
27
28apparmor
29# caps.drop all
30caps.keep dac_override,net_admin,net_raw
31netfilter
32no3d
33# nogroups - breaks network traffic capture for unprivileged users
34# nonewprivs - breaks network traffic capture for unprivileged users
35# noroot
36nodvd
37nosound
38notv
39nou2f
40novideo
41# protocol unix,inet,inet6,netlink
42# seccomp - breaks network traffic capture for unprivileged users
43shell none
44tracelog
45
46# private-bin wireshark
47private-dev
48# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,ssl
49private-tmp
50