aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-02-20 08:16:47 -0500
committerLibravatar GitHub <noreply@github.com>2022-02-20 08:16:47 -0500
commit89b9354d84b39d01196b2a68ed7725d4bad5c74b (patch)
tree8e386908ea2bc13448b7e60f16c2b727e5e1ae09
parentMerge pull request #4946 from kmk3/add-warn-allow-tray (diff)
parentwireshark.profile: Add dac_read_search to caps.keep (diff)
downloadfirejail-89b9354d84b39d01196b2a68ed7725d4bad5c74b.tar.gz
firejail-89b9354d84b39d01196b2a68ed7725d4bad5c74b.tar.zst
firejail-89b9354d84b39d01196b2a68ed7725d4bad5c74b.zip
Merge pull request #4963 from crocket/master
wireshark.profile: Add dac_read_search to caps.keep
-rw-r--r--etc/profile-m-z/wireshark.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index 8806695f6..c336efb86 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -26,7 +26,7 @@ include whitelist-var-common.inc
26 26
27apparmor 27apparmor
28# caps.drop all 28# caps.drop all
29caps.keep dac_override,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