zhongweiy / proot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux

Home Page:https://proot-me.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRoot

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux

Build status

https://img.shields.io/gitlab/pipeline/proot/proot.svg?label=gitlab-ci&style=flat-square https://img.shields.io/travis/proot-me/proot.svg?label=travis-ci&style=flat-square https://img.shields.io/badge/scan--build-latest-yellow.svg?style=flat-square https://img.shields.io/badge/lcov-latest-6688D4.svg?style=flat-square https://img.shields.io/cii/summary/2444.svg?label=cii-best-practices&style=flat-square https://img.shields.io/badge/DOI-10.5281%2Fzenodo.3751971-blue?style=flat-square

Compiling

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

asciicast

Dependencies

Manuals

Support

License

SPDX-License-Identifier: GPL-2.0-or-later

About

chroot, mount --bind, and binfmt_misc without privilege/setup for Linux

https://proot-me.github.io

License:GNU General Public License v2.0


Languages

Language:C 82.8%Language:Shell 8.2%Language:Objective-C 5.7%Language:Makefile 2.2%Language:Python 0.4%Language:Ruby 0.3%Language:SWIG 0.3%Language:Assembly 0.1%