Replies: 1 comment
-
I'm not familiar with it. if it's a complete root in which you have virtual superuser privileges inside it, I assume it would be fine. the programs wouldn't be able to distinguish the real superuser from the virtual one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is lxroot: https://github.com/parke/lxroot
The problem with
lxroot
is it's usingunprivileged namespaces
(and this is also the reason I choose it over the traditionalchroot
).Do you think Ravenports will work with
fakeroot
?I'm a completely amateur to Linux and containers technology. But I think Docker also supports this (have never used Docker, though).
This is what I found on the internet:
https://docs.docker.com/engine/security/userns-remap/
https://docs.docker.com/engine/security/rootless/
Beta Was this translation helpful? Give feedback.
All reactions