Eliminate hasty chroot.

This commit is contained in:
C. Guy Yarvin 2015-10-17 20:29:59 -07:00
parent 3f2b00109b
commit 04d916aa59

View File

@ -346,11 +346,12 @@ main(c3_i argc,
exit(1);
}
}
#if 0
if ( 0 == getuid() ) {
chroot(u3_Host.dir_c);
u3_Host.dir_c = "/";
}
#endif
u3_ve_sysopt();
printf("~\n");