mirror of
https://salsa.debian.org/clint/fakeroot.git
synced 2025-12-05 22:28:49 +00:00
fakeroot
| contrib/Fakeroot-Stat-1.8.8 | ||
| debian | ||
| doc | ||
| scripts | ||
| statconv/glibc/linux/alpha | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| bootstrap | ||
| BUGS | ||
| ChangeLog | ||
| communicate.c | ||
| communicate.h | ||
| configure.ac | ||
| COPYING | ||
| DEBUG | ||
| faked.c | ||
| INSTALL | ||
| libfakeroot.c | ||
| libfakeroot_inode64.c | ||
| libfakeroot_time64.c | ||
| libfakeroot_unix2003.c | ||
| Makefile.am | ||
| message.h | ||
| NEWS | ||
| patchattr.h | ||
| preroll | ||
| README | ||
| README_MACOSX.txt | ||
| setenv.c | ||
| simple.c | ||
| wrapawk | ||
| wrapawk_macosx | ||
| wrapfunc.inp | ||
fakeroot can be built to either use SYSV IPC or TCP for message passing. Cases for which the SYSV IPC version fails or causes problems but for which fakeroot-tcp has been observed to work well include the items listed below. * Multithreaded applications (using pthread) * Running under realtime-preempt kernel Portability Notes On OS X, only binaries that do NOT rely on Mach-based [e]uid/[e]gid/mode APIs will correctly use fakeroot altered ownership/permissions. See README_MACOSX.txt for further information.