8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
chown root:kismet usr/bin/kismet_capture
|
||
|
chmod 0750 usr/bin/kismet_capture
|
||
|
setcap cap_net_raw,cap_net_admin=eip usr/bin/kismet_capture
|
||
|
;;
|
||
|
esac
|