fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 110 forks source link

bind /run/user/<id> #313

Closed Nidrop closed 1 year ago

Nidrop commented 1 year ago

Firstly, is there an issue with tmpfs in /run (ns mode)? And why not bind /run/user/$(id -u)?

fsquillace commented 1 year ago

Yeah, that sounds a good idea to bind as default. As of now, you can do that using -b option.

fsquillace commented 1 year ago

Added here: https://github.com/fsquillace/junest/commit/65c45517e15f4e0f3efa8245e8fec20c53c51b3e

Thanks for raising this!