[Pkg-samba-maint] r1006 - trunk

Peter Eisentraut petere at costa.debian.org
Tue Jan 31 23:07:23 UTC 2006


Author: petere
Date: 2006-01-31 23:07:22 +0000 (Tue, 31 Jan 2006)
New Revision: 1006

Modified:
   trunk/changelog
   trunk/rules
   trunk/smbfs.lintian
Log:
Install smbumount setgid root to prevent changing mtab ownership.


Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-01-31 22:36:32 UTC (rev 1005)
+++ trunk/changelog	2006-01-31 23:07:22 UTC (rev 1006)
@@ -11,8 +11,9 @@
   * Fix sonames of libnss_win{bind,s}.so. Closes: #333290
   * Remove autoconf build dependency.
   * Remove remnants of old patch system.
+  * Install smbumount setgid root. Closes: #253437
 
- -- Peter Eisentraut <petere at debian.org>  Tue, 31 Jan 2006 22:28:33 +0100
+ -- Peter Eisentraut <petere at debian.org>  Tue, 31 Jan 2006 23:48:21 +0100
 
 samba (3.0.21a-4) unstable; urgency=low
 

Modified: trunk/rules
===================================================================
--- trunk/rules	2006-01-31 22:36:32 UTC (rev 1005)
+++ trunk/rules	2006-01-31 23:07:22 UTC (rev 1006)
@@ -293,7 +293,7 @@
 	#	a thorough security audit. smbmount _does not_ have to have
 	#	the setuid bit set. In fact, it is a security hole.
 	chmod u+s debian/smbfs/usr/bin/smbmnt
-	chmod u+s debian/smbfs/usr/bin/smbumount
+	chmod ug+s debian/smbfs/usr/bin/smbumount
 endif
 ifeq ($(mount_cifs),yes)
 	chmod u+s debian/smbfs/sbin/mount.cifs

Modified: trunk/smbfs.lintian
===================================================================
--- trunk/smbfs.lintian	2006-01-31 22:36:32 UTC (rev 1005)
+++ trunk/smbfs.lintian	2006-01-31 23:07:22 UTC (rev 1006)
@@ -1,4 +1,4 @@
 smbfs: setuid-binary sbin/mount.cifs 4755 root/root
 smbfs: setuid-binary sbin/umount.cifs 4755 root/root
-smbfs: setuid-binary usr/bin/smbumount 4755 root/root
+smbfs: setuid-binary usr/bin/smbumount 6755 root/root
 smbfs: setuid-binary usr/bin/smbmnt 4755 root/root




More information about the Pkg-samba-maint mailing list