aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-24 10:42:38 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-24 10:42:38 -0500
commit2a4abddef9fddd584504a1ada37762a5f17d0bc8 (patch)
tree39b542a4a65551cdecbf689022eaea7e4b0c6fa3 /etc
parentaudacious profile fixes (diff)
downloadfirejail-2a4abddef9fddd584504a1ada37762a5f17d0bc8.tar.gz
firejail-2a4abddef9fddd584504a1ada37762a5f17d0bc8.tar.zst
firejail-2a4abddef9fddd584504a1ada37762a5f17d0bc8.zip
fixed wireshark profile
Diffstat (limited to 'etc')
-rw-r--r--etc/wireshark.profile12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index 54877b677..90909edf1 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -10,17 +10,21 @@ include /etc/firejail/disable-programs.inc
10include /etc/firejail/disable-devel.inc 10include /etc/firejail/disable-devel.inc
11include /etc/firejail/disable-passwdmgr.inc 11include /etc/firejail/disable-passwdmgr.inc
12 12
13caps.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
14netfilter 20netfilter
15nogroups 21nogroups
16nonewprivs 22nonewprivs
17noroot
18nosound 23nosound
19protocol unix,inet,inet6,netlink
20seccomp 24seccomp
21shell none 25shell none
22tracelog 26tracelog
23 27
24private-bin wireshark 28#private-bin wireshark
25private-dev 29private-dev
26private-tmp 30private-tmp