From 7082b653bca46ab238bc52ca55cd7651c2201714 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 26 Apr 2018 03:45:15 -0500 Subject: cdinit: give proper perms to the root dir to allow live to log in --- cdinit-ppc | Bin 74080 -> 74064 bytes cdinit.c | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdinit-ppc b/cdinit-ppc index 3a478c9..8184940 100755 Binary files a/cdinit-ppc and b/cdinit-ppc differ diff --git a/cdinit.c b/cdinit.c index c24134e..1cc7ba8 100644 --- a/cdinit.c +++ b/cdinit.c @@ -322,8 +322,8 @@ int main(void) } /* If this fails, we'll find out below */ - mkdir("/upperroot/.overlay_work", S_IRWXU); - mkdir("/upperroot/.root", S_IRWXU); + mkdir("/upperroot/.overlay_work", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); + mkdir("/upperroot/.root", S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); if(mount("overlay", "/newroot", "overlay", 0, "lowerdir=/lowerroot," -- cgit v1.2.3-70-g09d2