diff options
author | Thomas Penteker <tek@serverop.de> | 2014-11-14 20:16:10 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-11-14 20:16:10 +0100 |
commit | 1176ebc799f0ddf665915c4966b0e328b8363380 (patch) | |
tree | 5f02c412e61fc4337181a157433c925bcbc9eb2e /wireshark | |
parent | 93075bc9f0d0babd37515b8073b814f22f9db4f4 (diff) | |
download | opt-1176ebc799f0ddf665915c4966b0e328b8363380.tar.gz opt-1176ebc799f0ddf665915c4966b0e328b8363380.tar.xz |
wireshark: fix typo in post-install
Diffstat (limited to 'wireshark')
-rwxr-xr-x | wireshark/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireshark/post-install b/wireshark/post-install index ac8bd166a..c6e27cbba 100755 --- a/wireshark/post-install +++ b/wireshark/post-install @@ -8,5 +8,5 @@ getent group wireshark >/dev/null || groupadd -r wireshark chgrp wireshark /usr/bin/dumpcap -chmod 754 /usr/sbin/dumpcap +chmod 754 /usr/bin/dumpcap setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' /usr/bin/dumpcap |