From 0a244af3747674e61f7ea3934813e6d84c83dce2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 23 Sep 2009 12:17:55 +0000 Subject: mount One tmpfs with 0755 perms, fixes #51565 --- lib/MDV/Draklive/Mounts.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MDV/Draklive/Mounts.pm b/lib/MDV/Draklive/Mounts.pm index db019de..5bdacd7 100644 --- a/lib/MDV/Draklive/Mounts.pm +++ b/lib/MDV/Draklive/Mounts.pm @@ -13,6 +13,7 @@ my $_dir_distrib_sqfs = { my $_dir_memory = { mountpoint => '/memory', type => 'tmpfs', + mount_opts => 'mode=755', }; my $_dir_modules = { -- cgit v1.2.1