Emulate chroot
by overriding file system calls
Emulate chroot
by overriding file system calls
fakechroot
runs a command in an environment were is additional possibility to use chroot
command without root privileges. This is useful for allowing users to create own chrooted environment with possibility to install another packages without need for root privileges.
It works by providing libfakechroot.so
, a shared library meant to be set as LD_PRELOAD
to override the C library file system functions.
Package | fakechroot |
Version | 2.20.1-0.e7c1f3a (history) |
Channel | guix |
Definition |
|
Build status | view 🚧 |
Home page | https://github.com/dex4er/fakechroot/ |
Source | |
Installation command |
|