From 1b282a7c9fdd0423c9b6365c0a1eec2a6e34db5c Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 11 Aug 2013 10:01:00 +0200 Subject: [PATCH] initrd.scripts: mount livecd / tmpfs with mode=0755 (instead of 0777) --- defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 2bd86d7..1f67740 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1557,7 +1557,7 @@ setup_squashfs_aufs() { livecd_init() { good_msg "Making tmpfs for ${NEW_ROOT}" - mount -n -t tmpfs tmpfs "${NEW_ROOT}" + mount -n -t tmpfs -o mode=0755 tmpfs "${NEW_ROOT}" local dirs=