Update documentation to match change in r54630:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Jan 2014 23:32:11 +0000 (23:32 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Jan 2014 23:32:11 +0000 (23:32 +0000)
"The capabilities for dumpcap don't need to be inheritable."

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54639 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.packaging

index 133cfede5a31afc0a80decb23eb3db20a74930d8..e26b16ea4ddeb91ba153b8dc7319e9531c4d67c0 100644 (file)
@@ -78,7 +78,7 @@ show how to restrict access using setcap and setuid respectively:
 # groupadd -g packetcapture
 # chmod 750 /usr/bin/dumpcap
 # chgrp packetcapture /usr/bin/dumpcap
-# setcap cap_net_raw,cap_net_admin+eip /usr/bin/dumpcap
+# setcap cap_net_raw,cap_net_admin+ep /usr/bin/dumpcap
 
 # groupadd -g packetcapture
 # chgrp packetcapture /usr/bin/dumpcap