6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
setcap CAP_NET_RAW+ep usr/bin/fping
|
||
|
;;
|
||
|
esac
|