diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-02 07:22:11 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-02 07:22:11 +0100 |
commit | 84cc5e4258ce543e72d082565e167cf71a25f5cc (patch) | |
tree | 1a071aee87be2280eef0b4d25c18410e10452de8 | |
parent | 977b5c21d1dd6d5470fd0d604f49678189102337 (diff) | |
download | debvm-84cc5e4258ce543e72d082565e167cf71a25f5cc.tar.gz |
README: advertise debvm as root-less
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,6 +62,10 @@ using the one included in qemu. The other aspect is restricting to Debian-based systems. This allows for a lot of simplification of the problem space. +While most similar tools require root privileges at some point, this one works +with either fakeroot or a subuid allocation for user namepsaces, which is often +available. + The implementation is so short that it still is feasible to read and understand it. Let's see how long that lasts. |