7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
setcap CAP_NET_ADMIN+ep usr/bin/extrace
|
||
|
setcap CAP_NET_ADMIN+ep usr/bin/pwait
|
||
|
;;
|
||
|
esac
|