aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wireshark.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/wireshark.profile')
-rw-r--r--etc/wireshark.profile16
1 files changed, 12 insertions, 4 deletions
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index 898fc787e..90909edf1 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -1,3 +1,7 @@
1# This file is overwritten during software install.
2# Persistent customizations should go in a .local file.
3include /etc/firejail/wireshark.local
4
1# Firejail profile for 5# Firejail profile for
2noblacklist ${HOME}/.config/wireshark 6noblacklist ${HOME}/.config/wireshark
3 7
@@ -6,17 +10,21 @@ include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-devel.inc 10include /etc/firejail/disable-devel.inc
7include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-passwdmgr.inc
8 12
9caps.drop all 13#
14# The profile allows users to run wireshark as root
15#
16#caps.drop all
17#noroot
18#protocol unix,inet,inet6,netlink
19
10netfilter 20netfilter
11nogroups 21nogroups
12nonewprivs 22nonewprivs
13noroot
14nosound 23nosound
15protocol unix,inet,inet6,netlink
16seccomp 24seccomp
17shell none 25shell none
18tracelog 26tracelog
19 27
20private-bin wireshark 28#private-bin wireshark
21private-dev 29private-dev
22private-tmp 30private-tmp