The qemu and container case is a little interesting because if for example /usr/bin/qemu-system-aarch64 or similar is registered as a binfmt_misc handler for AArch64 ELF binaries; the kernel will execute qemu for…
There are a lot of small utilities which are built upon LD_PRELOAD, for example. - fakeroot: Gives the running program the impression that it is running as root, often used for example for building debian packages. This…
The qemu and container case is a little interesting because if for example /usr/bin/qemu-system-aarch64 or similar is registered as a binfmt_misc handler for AArch64 ELF binaries; the kernel will execute qemu for…
There are a lot of small utilities which are built upon LD_PRELOAD, for example. - fakeroot: Gives the running program the impression that it is running as root, often used for example for building debian packages. This…