summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-09-23 12:17:55 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-09-23 12:17:55 +0000
commit0a244af3747674e61f7ea3934813e6d84c83dce2 (patch)
tree59bca6bfa09f2df9d5971a265a303387bde02916
parent8b15942db0eff012fbe58e5ecc9d5bb927f18543 (diff)
downloaddraklive-0a244af3747674e61f7ea3934813e6d84c83dce2.tar
draklive-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.gz
draklive-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.bz2
draklive-0a244af3747674e61f7ea3934813e6d84c83dce2.tar.xz
draklive-0a244af3747674e61f7ea3934813e6d84c83dce2.zip
mount One tmpfs with 0755 perms, fixes #51565
-rw-r--r--lib/MDV/Draklive/Mounts.pm1
1 files changed, 1 insertions, 0 deletions
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 = {