progandy / fakeuser

LD_PRELOAD module to create fake users (use with fakeroot)
GNU General Public License v2.0
9 stars 9 forks source link

wrapper script #2

Open andrewgregory opened 8 years ago

andrewgregory commented 8 years ago

I would like to add fakeuser support to makepkg (https://lists.archlinux.org/pipermail/pacman-dev/2016-March/020938.html). It would be helpful if fakeuser included a fakeroot/fakechroot-style wrapper script to handle loading the library to prevent makepkg from having to locate and manually preload it.

progandy commented 8 years ago

That's not a bad idea, I'll see what I can do. I completely forgot about this project.

progandy commented 8 years ago

I added something. Maybe I should move everything from the gcc-dependent library constructor into the shell script and let the shell script manage the cleanup instead of the first running binary.