Closed josephreynolds1 closed 4 years ago
This is odd, the baselayout build installs with permissions 1777, but the folder still has permissions set to 0777. I've changed it manually though and this should not be an issue with future releases, thanks for the help!
The latest release (0.4.0) still has issues with rw, /tmp's permissions are set to 1755 instead 1777. In case it makes a difference, I'm using Arch as the host OS, btrfs as the guest filesystem, and tar vxf gkiss-chroot.tar.xz -C /mnt
as the tar command.
I updated the tarball, thanks for notifying me!
tmp folder does not have correct rw permissions set for all users currently only root user can write to the tmp folder.
permissions need to be :
chmod 1777 /tmp
drwxrwxrwt 21 root root 12288 Apr 28 16:18 /tmp