5 Kismet has been installed with net_raw,net_admin capabilities capture helper
6 executables for users in the 'kismet' group. This WILL ALLOW USERS IN THIS
7 GROUP TO ALTER YOUR NETWORK INTERFACE STATES, but is more secure than running
8 all of Kismet as root. ONLY users in this group will be able to run Kismet
9 and capture from physical network devices.
14 for cap_bin in /usr/bin/kismet_cap_*; do
15 setcap cap_net_raw,cap_net_admin=eip "${cap_bin}";
19 # vim:set ts=2 sw=2 et: