[dm-devel] release 0.4.4 ?

Alasdair G Kergon agk at redhat.com
Tue Apr 19 17:45:23 UTC 2005


 ---x--S--T  1 root root 1032 Apr 19 11:13 .multipath.cache

Alasdair
-- 
agk at redhat.com


--- multipath-tools-0.4.4.2/libmultipath/cache.c	2005-04-11 10:46:14.000000000 +0100
+++ multipath-tools-0.4.4.2-new/libmultipath/cache.c	2005-04-19 18:20:16.000000000 +0100
@@ -86,7 +86,7 @@
 	off_t record_len;
 	struct path * pp;
 
-	fd = open(CACHE_TMPFILE, O_RDWR|O_CREAT);
+	fd = open(CACHE_TMPFILE, O_RDWR|O_CREAT, 0600);
 
 	if (fd < 0)
 		return 1;




More information about the dm-devel mailing list