Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
/ pronyx Public
forked from proot-me/proot-rs

Rust implementation of PRoot, a ptrace-based sandbox

License

Notifications You must be signed in to change notification settings

arozoid/pronyx

 
 

Repository files navigation

pronyx

Please take the PRoot Usage Survey for 2023! Survey


Tests Releases

pronyx is a fork of PRoot-RS, a Rust implementation of PRoot, a ptrace-based sandbox.

The goal of this project is to build a new PRoot engine that solves the normal problems of PRoot for Onyx, a CLI that encapsulates Linux instances within boxes.

Currently, this fork is simply an updated version of PRoot-RS, however, updates will be coming soon.

Usage

proot-rs 0.1.0
chroot, mount --bind, and binfmt_misc without privilege/setup.

USAGE:
    proot-rs [OPTIONS] [--] [command]...

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --bind <bind>...     Make the content of *host_path* accessible in the guest rootfs. Format:
                             host_path:guest_path
    -w, --cwd <cwd>          Set the initial working directory to *path*. [default: /]
    -r, --rootfs <rootfs>    Use *path* as the new guest root file-system. [default: /]

ARGS:
    <command>...  

About

Rust implementation of PRoot, a ptrace-based sandbox

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 91.6%
  • Shell 6.2%
  • C 1.6%
  • Dockerfile 0.6%