Paketname | fakeroot-ng |
Beschreibung | Gives a fake root environment |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.16-1 |
Sektion | utils |
Priorität | extra |
Installierte Größe | 168 Byte |
Hängt ab von | libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.3) |
Empfohlene Pakete | |
Paketbetreuer | Shachar Shemesh |
Quelle | |
Paketgröße | 51684 Byte |
Prüfsumme MD5 | d71e13c67bb48a2d00fc5149f74f1d23 |
Prüfsumme SHA1 | 3719d0d6e3b449ceb24e6eed901fcd32d1d67d8c |
Prüfsumme SHA256 | a952410c2ae5e9ac5f236ea44f13e184a5e721e41fd71d202851a0ba09ee8c2c |
Link zum Herunterladen | fakeroot-ng_0.16-1_i386.deb |
Ausführliche Beschreibung | 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).
|