aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wireshark.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/wireshark.profile')
-rw-r--r--etc/wireshark.profile14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index 0c4bc8029..8a25ec011 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -12,9 +12,15 @@ include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13include /etc/firejail/disable-programs.inc 13include /etc/firejail/disable-programs.inc
14 14
15# caps.drop all
15netfilter 16netfilter
16no3d 17no3d
18# nogroups - breaks unprivileged wireshark usage
19# nonewprivs - breaks unprivileged wireshark usage
20# noroot
17nosound 21nosound
22# protocol unix,inet,inet6,netlink
23# seccomp - breaks unprivileged wireshark usage
18shell none 24shell none
19tracelog 25tracelog
20 26
@@ -25,11 +31,3 @@ private-tmp
25 31
26noexec ${HOME} 32noexec ${HOME}
27noexec /tmp 33noexec /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