Pass /root through chroot

This PR adds a `/root:root` mapping so that users with UID 0 can run bundles that use `$HOME`. Related to #33 .
This commit is contained in:
Александр Бантьев 2019-01-30 22:30:43 +03:00 committed by GitHub
parent 113d8c6b42
commit 69c5553aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ int main(int argc, char *argv[]) {
x("etc");
x("usr");
x("home");
x("root");
#undef x
int opt;