-
Notifications
You must be signed in to change notification settings - Fork 79
Allow users to specify that they don't want symlink target path expansion #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Allow users to specify that they don't want symlink target path expansion #46
Conversation
…sion Traditional (non-fake) chroot invocations will not touch symlink targets, instead treating them like opaque strings. This commit lets users ask for that behavior from fakechroot as well.
|
I've verified this on my system. |
|
Thanks @tripzero @dex4er I'm sort of torn: I think defaulting to the |
|
@josch Any chance this could be included the debian set of patches for |
So far I've only patched things that fixed bugs and have not introduced new functionality for fakechroot in Debian. If I also add new functionality, that would make fakechroot in Debian even more of a real fork than it already is. I would very much prefer if somebody would commit to maintaining fakechroot so that I don't have to. Other than that, I think the proposed change is mostly harmless as it does not change default behaviour. I'm surprised though that people first want to build a chroot using fakechroot and then use real |
I can't speak for the last use case you mention. But having a rootless ownership root file system can be nice if you want to run applications that utilize that file system without having to run as root. That could for example be with when using QEMU along with the virtiofsd daemon. Say you have created a root file system with Without this change, the symlink paths (for example |
Traditional (non-fake) chroot invocations will not touch symlink targets, instead treating them like opaque strings. This commit lets users ask for that behavior from fakechroot as well.
cc @dex4er