diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-05-24 22:53:43 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-05-24 22:54:06 +1000 |
commit | 45c211f495980715cd7c2d3002d330410e96503e (patch) | |
tree | 59ef94e5fa0ed5be2213ba8a9e7521ff812162fc /wireshark/post-install | |
parent | 2ce928740a7deeac6b87ce548ebab05295a4ac9d (diff) | |
download | opt-45c211f495980715cd7c2d3002d330410e96503e.tar.gz opt-45c211f495980715cd7c2d3002d330410e96503e.tar.xz |
wireshark: 3.2.2 -> 3.2.4
Diffstat (limited to 'wireshark/post-install')
-rwxr-xr-x | wireshark/post-install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wireshark/post-install b/wireshark/post-install index 43a2b5fae..be88e3b22 100755 --- a/wireshark/post-install +++ b/wireshark/post-install @@ -18,4 +18,5 @@ 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+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap +/sbin/setcap cap_net_raw,cap_net_admin,cap_dac_override+eip /usr/bin/dumpcap |