Update documentation to match change in r54630:

"The capabilities for dumpcap don't need to be inheritable."

svn path=/trunk/; revision=54639
This commit is contained in:
Jörg Mayer 2014-01-07 23:32:11 +00:00
parent 25f66df319
commit 4cbe95e84f
1 changed files with 1 additions and 1 deletions

View 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