<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Files a/client/.mount.cifs.c.swp and b/client/.mount.cifs.c.swp differ
diff -Nur a/client/mount.cifs.c b/client/mount.cifs.c
--- a/client/mount.cifs.c	2010-04-01 15:26:22.000000000 +0200
+++ b/client/mount.cifs.c	2010-04-15 13:20:41.997470980 +0200
@@ -97,7 +97,7 @@
  * error if it is. If you wish to disable this check, then set the following
  * #define to 1, but please realize that you do so at your own peril.
  */
-#define CIFS_DISABLE_SETUID_CHECK 0
+#define CIFS_DISABLE_SETUID_CHECK 1
 
 /*
  * By default, mount.cifs follows the conventions set forth by /bin/mount
@@ -112,7 +112,7 @@
  * The legacy behavior is now disabled by default. To reenable it, set the
  * following #define to true.
  */
-#define CIFS_LEGACY_SETUID_CHECK 0
+#define CIFS_LEGACY_SETUID_CHECK 1
 
 /*
  * When an unprivileged user runs a setuid mount.cifs, we set certain mount
</pre></body></html>