Home | History | Annotate | Download | only in contrib

Lines Matching refs:SETCAP

13 # 3 - changed 'attr -S -r' to 'setcap -r' and removed attr code
87 SETCAP=`which setcap 2>/dev/null`
88 if [ "$CHMOD" == "" -o "$SETCAP" == "" ]; then
89 echo "Sorry, I'm missing chmod or setcap !"
93 # checking setcap for SET_SETFCAP PCap ?
115 setcap $2=$SET $i
141 setcap -r $i 2>/dev/null
186 echo "attribute capability through setcap."
193 echo "You need and I will check fot the utilities which, chmod and setcap."