软件包:fakeroot-ng(0.18-4.1)
Gives a fake root environment
This is a clean reimplementation of the fakeroot command. Just like it, anything run within the fake root command will assume it is running as root. Unlike it, fakeroot-ng is not based on LD_PRELOAD but on ptrace.
The practical upshot of this is that the technology supports intercepting the "open" system call. In particular, this allows simulating the "chroot" command reliably.
Another important difference is that fakeroot-ng can fool applications that do not perform system calls through glibc, such as statically linked executables and programs written in some non-C languages (like the latest Sun JDK).
其他与 fakeroot-ng 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.15) [amd64]
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
- dep: libc6 (>= 2.28) [i386]
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 5.2)
- GNU 标准 C++ 库,第3版