Silvan Calarco
690f4a096f
x86_64: install cups backend under %{_prefix}/lib/cups, not %{_libdir}/cups x86_64: install pam and nss libraries under /lib64 instead of /lib use patch to fix smbd link against libtirpc instead of passing LDFLAGS [release 3.6.23-1mamba;Wed Apr 02 2014]
23 lines
863 B
Diff
23 lines
863 B
Diff
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
|