You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
yafox 16a2351d89
initial commit.
3 years ago
LICENSE initial commit. 3 years ago
README initial commit. 3 years ago
chin.sh initial commit. 3 years ago
makefile initial commit. 3 years ago
sloc.sh initial commit. 3 years ago

README

# chin


abbreviation of "chroot in."

sets up /proc, /dev, /sys, and /tmp directories if they do not already exist in
the target directory, chroots into the target directory and executes the given
command, and then tears down whatever directories it set up upon exiting.

designed to set up build environments for code that already comes from a trusted
source. do not assume the resulting chroot conveys any sort of security!
consider this an organizational tool more than anything else.

40 SLOC.

usage: chin.sh <chroot target> <commands>