rootless-containers / rootlesscontaine.rs

Website to track the progress of rootless containers.
https://rootlesscontaine.rs/
Creative Commons Attribution Share Alike 4.0 International
63 stars 31 forks source link

getting-started/common/login/: add a line about `ksu` not setting $XDG_RUNTIME_DIR #44

Closed dilyanpalauzov closed 3 years ago

dilyanpalauzov commented 3 years ago

https://rootlesscontaine.rs/getting-started/common/login/ says:

The environmental variable is not set when:

  • Logged in as the root, and then switched to a non-root user via su -l
  • Logged in as the root, and then switched to a non-root user via sudo -u

Please add a line

  • Logged in as the root, and then switched to a non-root user via ksu <user>
AkihiroSuda commented 3 years ago

Please feel free to open a PR