6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
setcap cap_net_raw+ep usr/bin/cnping
|
||
|
;;
|
||
|
esac
|