chroot, mount --bind, and binfmt_misc without privilege/setup for Linux
Please take the PRoot Usage Survey for 2023!
--
The following commands can be used to compile PRoot and CARE:
make -C src loader.elf loader-m32.elf build.h # first build the config and loader make -C src proot care # then compile PRoot and CARE make -C test # run test suite
- libarchive
- libtalloc
- uthash (only required for building CARE)
- libsqlite3 (only for fakeroot persist)
- sudo apt-get install sqlite3 libsqlite3-dev zlib1g-dev -y
SPDX-License-Identifier: GPL-2.0-or-later