refs #1161 Add SUID bit to mount.cifs for SMB protocol

lgromero-tests
Luis Gerardo Romero Garcia 2024-11-19 13:52:41 +01:00
parent 71cdc26309
commit a160d119bb
1 changed files with 1 additions and 1 deletions

View File

@ -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)