aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/wireshark.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-08 20:28:39 +0000
committerLibravatar GitHub <noreply@github.com>2023-09-08 20:28:39 +0000
commit032aa1ff1b992c5c1395ae1ee23c52fde41fbcd1 (patch)
tree2387d9f2fbd71a280a9ba9cb317217c31c7797e6 /etc/profile-m-z/wireshark.profile
parenttransgui: hardening (#5989) (diff)
parentprofiles: fix commented code and eol comments (diff)
downloadfirejail-032aa1ff1b992c5c1395ae1ee23c52fde41fbcd1.tar.gz
firejail-032aa1ff1b992c5c1395ae1ee23c52fde41fbcd1.tar.zst
firejail-032aa1ff1b992c5c1395ae1ee23c52fde41fbcd1.zip
Merge pull request #5987 from kmk3/profiles-fix-eol-comments
profiles: fix commented code and eol comments
Diffstat (limited to 'etc/profile-m-z/wireshark.profile')
-rw-r--r--etc/profile-m-z/wireshark.profile15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index d1b757a25..7caac217f 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -25,29 +25,30 @@ include whitelist-usr-share-common.inc
25include whitelist-var-common.inc 25include whitelist-var-common.inc
26 26
27apparmor 27apparmor
28# caps.drop all 28#caps.drop all
29caps.keep dac_override,dac_read_search,net_admin,net_raw 29caps.keep dac_override,dac_read_search,net_admin,net_raw
30netfilter 30netfilter
31no3d 31no3d
32# nogroups - breaks network traffic capture for unprivileged users 32#nogroups # breaks network traffic capture for unprivileged users
33noinput 33noinput
34# nonewprivs - breaks network traffic capture for unprivileged users 34#nonewprivs # breaks network traffic capture for unprivileged users
35# noroot 35#noroot
36nodvd 36nodvd
37nosound 37nosound
38notv 38notv
39nou2f 39nou2f
40novideo 40novideo
41# protocol unix,inet,inet6,netlink,packet,bluetooth - commented out in case they bring in new protocols 41# commented out in case they bring in new protocols
42#protocol unix,inet,inet6,netlink,packet,bluetooth
42#seccomp 43#seccomp
43tracelog 44tracelog
44 45
45# private-bin wireshark 46#private-bin wireshark
46private-cache 47private-cache
47# private-dev prevents (some) interfaces from being shown. 48# private-dev prevents (some) interfaces from being shown.
48# Add the below line to your wirehsark.local if you only want to inspect pcap files. 49# Add the below line to your wirehsark.local if you only want to inspect pcap files.
49#private-dev 50#private-dev
50# private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,resolv.conf,ssl 51#private-etc alternatives,ca-certificates,crypto-policies,fonts,group,hosts,machine-id,passwd,pki,resolv.conf,ssl
51private-tmp 52private-tmp
52 53
53dbus-user none 54dbus-user none