[SM-Commit] GIT changes to master grimoire by Florian Franzmann (000a231ca1e9080489f57cb241b8bbfe7810acd5)

Florian Franzmann scm at sourcemage.org
Sun Jun 17 11:00:06 EDT 2007


GIT changes to master grimoire by Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>:

 net/samba/HISTORY |    4 ++++
 net/samba/INSTALL |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 000a231ca1e9080489f57cb241b8bbfe7810acd5
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    net/samba: install umount.cifs setuid root as well if mount.cifs is installed setuid root

diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index b96a621..492b243 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,7 @@
+2007-06-17 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* INSTALL: if mount.cifs is installed setuid root install
+	  umount.cifs setuid root as well
+
 2007-05-26 George Sherwood <george at beernabeer.com>
 	* DETAILS: updated spell to 3.0.25a
 	* PRE_BUILD: Removed pie.patch.  Incorporated upstream.
diff --git a/net/samba/INSTALL b/net/samba/INSTALL
index b698f48..f30ac4b 100755
--- a/net/samba/INSTALL
+++ b/net/samba/INSTALL
@@ -52,7 +52,8 @@ if  [[  "$SAMBA_SUID"  =  "y"  ]];  then
               ${INSTALL_ROOT}/usr/bin/smbumount && 
 
   if  [[  "$SAMBA_CIFS"  ==  "y"  ]];  then
-    chmod  u+s  ${INSTALL_ROOT}/sbin/mount.cifs
+    chmod  u+s  ${INSTALL_ROOT}/sbin/mount.cifs \
+	    ${INSTALL_ROOT}/usr/sbin/umount.cifs
   fi
 fi
 



More information about the SM-Commit mailing list