Searched refs:Chroot (Results 1 – 5 of 5) sorted by relevance
46 const CallDescription Chroot{{"chroot"}, 1}, Chdir{{"chdir"}, 1}; member in __anonb968d7880111::ChrootChecker67 if (Chroot.matches(Call)) { in evalCall()119 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()
72 Chroot to /var/tmp/jail /bin/sh
143 Chroot the server to the directory
360 Chroot the server to the directory
595 def ChrootChecker : Checker<"Chroot">,