aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wireshark.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2017-08-05 17:32:30 -0400
committerLibravatar Tad <tad@spotco.us>2017-08-07 01:26:34 -0400
commit00ea93e518be02e1bd759da4746a5f3e973f1dd2 (patch)
tree7845946f38cb619ff5611d8f8734a78da5000f87 /etc/wireshark.profile
parentUnify all profiles (diff)
downloadfirejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.tar.gz
firejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.tar.zst
firejail-00ea93e518be02e1bd759da4746a5f3e973f1dd2.zip
Fix comments in 88 profiles
There may actually be some other comments that were removed, but the bulk have been restored
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