kiss-community / grepo

GKISS - A fork of KISS Linux that uses the GNU C library, mirror of https://codeberg.org/kiss-community/grepo
MIT License
57 stars 6 forks source link

tmp folder does not have rw permissions set #4

Closed josephreynolds1 closed 4 years ago

josephreynolds1 commented 4 years ago

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

rachelambda commented 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!

sincetheflood commented 4 years ago

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.

rachelambda commented 4 years ago

I updated the tarball, thanks for notifying me!