refs #1161 Add SUID bit to mount.cifs for SMB protocol
parent
71cdc26309
commit
a160d119bb
|
@ -483,7 +483,7 @@ ogConnect ()
|
||||||
echo "qindel: READONLY: $READONLY"
|
echo "qindel: READONLY: $READONLY"
|
||||||
|
|
||||||
ping -c 3 $SERVER
|
ping -c 3 $SERVER
|
||||||
chmod 777 /usr/sbin/mount.cifs
|
chmod u+s /usr/sbin/mount.cifs
|
||||||
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
|
mount.cifs //${SERVER}/${SRC} ${DST} ${OPTIONS}${READONLY}
|
||||||
;;
|
;;
|
||||||
local)
|
local)
|
||||||
|
|
Loading…
Reference in New Issue