aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wireshark.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/wireshark.profile')
-rw-r--r--etc/wireshark.profile36
1 files changed, 16 insertions, 20 deletions
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index d5f3b8c4b..0c4bc8029 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -1,39 +1,35 @@
1# Persistent global definitions go here 1# Firejail profile for wireshark
2include /etc/firejail/globals.local 2# This file is overwritten after every install/update
3 3# Persistent local customizations
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/wireshark.local 4include /etc/firejail/wireshark.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7 7
8# Firejail profile for
9noblacklist ${HOME}/.config/wireshark 8noblacklist ${HOME}/.config/wireshark
10 9
11include /etc/firejail/disable-common.inc 10include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-programs.inc
13include /etc/firejail/disable-devel.inc 11include /etc/firejail/disable-devel.inc
14include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13include /etc/firejail/disable-programs.inc
15 14
16#
17# The profile allows users to run wireshark as root
18#
19#caps.drop all
20#noroot
21#protocol unix,inet,inet6,netlink
22
23#ipc-namespace
24netfilter 15netfilter
25no3d 16no3d
26# nogroups - breaks unprivileged wireshark usage
27# nonewprivs - breaks unprivileged wireshark usage
28nosound 17nosound
29# seccomp - breaks unprivileged wireshark usage
30shell none 18shell none
31tracelog 19tracelog
32 20
33#private-bin wireshark 21# private-bin wireshark
34# private-etc fonts,group,hosts,machine-id,passwd
35private-dev 22private-dev
23# private-etc fonts,group,hosts,machine-id,passwd
36private-tmp 24private-tmp
37 25
38noexec ${HOME} 26noexec ${HOME}
39noexec /tmp 27noexec /tmp
28
29# CLOBBERED COMMENTS
30# caps.drop all
31# nogroups - breaks unprivileged wireshark usage
32# nonewprivs - breaks unprivileged wireshark usage
33# noroot
34# protocol unix,inet,inet6,netlink
35# seccomp - breaks unprivileged wireshark usage