summaryrefslogtreecommitdiff
path: root/wireshark
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-05-24 23:21:25 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-05-24 23:21:25 +1000
commit928916a487aec59d7af2a2b9cc35e600d8ff80fb (patch)
treeaa89f4f7a355981deb74aa12fe029a4a2edb1dea /wireshark
parent45c211f495980715cd7c2d3002d330410e96503e (diff)
downloadopt-928916a487aec59d7af2a2b9cc35e600d8ff80fb.tar.gz
opt-928916a487aec59d7af2a2b9cc35e600d8ff80fb.tar.xz
wireshark: do not set DAC_OVERRIDE, remove that
Diffstat (limited to 'wireshark')
-rwxr-xr-xwireshark/post-install3
1 files changed, 1 insertions, 2 deletions
diff --git a/wireshark/post-install b/wireshark/post-install
index be88e3b22..43a2b5fae 100755
--- a/wireshark/post-install
+++ b/wireshark/post-install
@@ -18,5 +18,4 @@ getent group wireshark >/dev/null || groupadd -r wireshark
chgrp wireshark /usr/bin/dumpcap
chmod 754 /usr/bin/dumpcap
-#/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap
-/sbin/setcap cap_net_raw,cap_net_admin,cap_dac_override+eip /usr/bin/dumpcap
+/sbin/setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap

Generated by cgit