X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=packaging%2FDebian%2Fdebian-unstable%2Fpatches%2Fsmbmount-unix-caps.patch;fp=packaging%2FDebian%2Fdebian-unstable%2Fpatches%2Fsmbmount-unix-caps.patch;h=0000000000000000000000000000000000000000;hp=0c81327987fedb99f5b30a5d0bc5b791f8dcb849;hb=ba4a047b360c14587430d9bca6c7bf3a88445d6a;hpb=c418af2456d6c1ac18a8e31fa5ad808b572d1378 diff --git a/packaging/Debian/debian-unstable/patches/smbmount-unix-caps.patch b/packaging/Debian/debian-unstable/patches/smbmount-unix-caps.patch deleted file mode 100644 index 0c81327987f..00000000000 --- a/packaging/Debian/debian-unstable/patches/smbmount-unix-caps.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -uNr samba-3.0.14a.orig/source/client/smbmount.c samba-3.0.14a/source/client/smbmount.c ---- samba-3.0.14a.orig/source/client/smbmount.c 2005-06-02 06:49:31.000000000 -0700 -+++ samba-3.0.14a/source/client/smbmount.c 2005-06-02 06:59:41.000000000 -0700 -@@ -213,6 +213,10 @@ - c->capabilities &= ~CAP_STATUS32; - c->force_dos_errors = True; - } -+ /* For now, respect requests for uid-flattening mount options -+ by disabling Unix permissions handling in the kernel driver */ -+ if (mount_uid || mount_gid || mount_fmask || mount_dmask) -+ c->capabilities &= ~CAP_UNIX; - - if (!cli_session_setup(c, username, - password, strlen(password),