mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
Eliminate hasty chroot.
This commit is contained in:
parent
3f2b00109b
commit
04d916aa59
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user