diff options
Diffstat (limited to 'source3/client/mount.cifs.c')
-rwxr-xr-x | source3/client/mount.cifs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c index 7a51ee4b9b..bb893d0106 100755 --- a/source3/client/mount.cifs.c +++ b/source3/client/mount.cifs.c @@ -752,7 +752,7 @@ int main(int argc, char ** argv) #ifndef CIFS_ALLOW_USR_SUID /* Do not allow user mounts to control suid flag for mount unless explicitly built that way */ - flags |= MS_NOSUID; + flags |= MS_NOSUID | MS_NODEV; #endif } else { printf("mount error: permission denied or not superuser and cifs.mount not installed SUID\n"); |