[projects/geninitrd] Mount /run with 0755.

arekm arekm at pld-linux.org
Tue Jun 7 08:30:57 CEST 2016


commit 583a7f5f8783fb1f92b75ca9f651d675df016b73
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jun 7 08:30:46 2016 +0200

    Mount /run with 0755.

 geninitrd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/geninitrd b/geninitrd
index 771245e..62e47ee 100755
--- a/geninitrd
+++ b/geninitrd
@@ -273,7 +273,7 @@ mount_run() {
 	fi
 
 	run_mounted=yes
-	echo "mount -t tmpfs run /run" | add_linuxrc
+	echo "mount -t tmpfs run /run -o mode=0755" | add_linuxrc
 }
 
 # unmount all mountpoints mounted by geninitrd
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/geninitrd.git/commitdiff/583a7f5f8783fb1f92b75ca9f651d675df016b73



More information about the pld-cvs-commit mailing list