tags 370684 + patch pending
thanks

The following patch has been applied for the NMU:

diff -urN lvm2-2.02.05.original/debian/changelog lvm2-2.02.05/debian/changelog
--- lvm2-2.02.05.original/debian/changelog	2006-06-06 10:52:24.000000000 +0100
+++ lvm2-2.02.05/debian/changelog	2006-06-06 13:41:25.249925194 +0100
@@ -1,3 +1,17 @@
+lvm2 (2.02.05-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Set default device modes to 0, 6, 0660, according to the decision
+    of the technical committee,
+    http://lists.debian.org/debian-ctte/2006/04/msg00033.html
+    Closes: #370684
+    LVM devices are created with root:disk ownership and 0660 permissions,
+    which is used by all other disk block devices.  This allows backups
+    of LVM logical volumes with tools such as amanda, which run as user
+    backup, a member of the disk group.
+
+ -- Roger Leigh <[EMAIL PROTECTED]>  Tue,  6 Jun 2006 13:41:08 +0100
+
 lvm2 (2.02.05-1) unstable; urgency=low
 
   * New upstream version.
diff -urN lvm2-2.02.05.original/lib/activate/activate.c lvm2-2.02.05/lib/activate/activate.c
--- lvm2-2.02.05.original/lib/activate/activate.c	2006-06-06 10:52:24.000000000 +0100
+++ lvm2-2.02.05/lib/activate/activate.c	2006-06-06 10:53:20.322649695 +0100
@@ -827,8 +827,8 @@
 	}
 	else {
 		lv->uid = 0;
-		lv->gid = 0;
-		lv->mode = 0600;
+		lv->gid = 6;
+		lv->mode = 0660;
 	}
 
 	memlock_inc();

Regards,
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.

Attachment: pgpJuzKEgo0dm.pgp
Description: PGP signature

Reply via email to