HomeSort by relevance Sort by last modified time
    Searched refs:SETCAP (Results 1 - 2 of 2) sorted by null

  /external/libcap/contrib/
pcaps4convenience 10 # 2 - changed 'attr -S -r' to 'setcap -r' and removed attr code
72 SETCAP=`which setcap 2>/dev/null`
73 if [ "$SETCAP" == "" ]; then
74 echo "Sorry, I'm missing setcap !"
78 # checking setcap for SET_SETFCAP PCap ?
99 setcap $2=$SET $i
124 setcap -r $i 2>/dev/null
175 echo "You need and I will check fot the utilities which and setcap."
pcaps4suid0 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.
    [all...]

Completed in 90 milliseconds