-
Notifications
You must be signed in to change notification settings - Fork 78
Optional symlink extension behavior? #45
Copy link
Copy link
Open
Description
For the symlink syscall, I have a scenario in which I don't want fakechroot to extend the path being symlinked to (absolute or relative), and just want it to create the symlink as requested by the program being run under fakeroot. Would it be possible to make the current prefix behavior optional, or is there a better way to do what I want?
The scenario is for rootless building of disk images and certain tools need to run in a chroot and create an (absolute) symlink. So I run the tools under fakechroot and they work fine, except that the symlinks they create in the target filesystem now have my fake root path prepended to them, so I need to go fix them up before I can make my disk image.
Does that make sense?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels