aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-10-07 20:45:24 +0000
committerLibravatar GitHub <noreply@github.com>2023-10-07 20:45:24 +0000
commit8412db10ed1a6aead721e9a9287b61732c20e83b (patch)
tree75426fc51210e55399c3389632059d33ffb280fc
parentnicotine: allow sound notifications (#6037) (diff)
downloadfirejail-8412db10ed1a6aead721e9a9287b61732c20e83b.tar.gz
firejail-8412db10ed1a6aead721e9a9287b61732c20e83b.tar.zst
firejail-8412db10ed1a6aead721e9a9287b61732c20e83b.zip
wireshark: fix access to dumpcap (#6038)
-rw-r--r--etc/profile-m-z/wireshark.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-m-z/wireshark.profile b/etc/profile-m-z/wireshark.profile
index 7caac217f..55c4e6ac7 100644
--- a/etc/profile-m-z/wireshark.profile
+++ b/etc/profile-m-z/wireshark.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.config/wireshark 9noblacklist ${HOME}/.config/wireshark
10noblacklist ${HOME}/.wireshark 10noblacklist ${HOME}/.wireshark
11noblacklist ${DOCUMENTS} 11noblacklist ${DOCUMENTS}
12noblacklist ${PATH}/dumpcap
12 13
13# Allow lua (blacklisted by disable-interpreters.inc) 14# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc 15include allow-lua.inc