Searched refs:Chroot (Results 1 – 5 of 5) sorted by relevance
61 const CallDescription Chroot{CDM::CLibrary, {"chroot"}, 1}; member in __anon67def0520211::ChrootChecker66 if (Chroot.matches(Call)) in evalCall()117 explicit ChrootInvocationVisitor(const CallDescription &Chroot) in ChrootInvocationVisitor() argument118 : Chroot{Chroot} {} in ChrootInvocationVisitor()134 if (!Chroot.matchesAsWritten(*Call)) in VisitNode()150 const CallDescription &Chroot; member in __anon67def0520211::ChrootInvocationVisitor158 if (matchesAny(Call, Chroot, Chdir)) in checkPreCall()173 R->addVisitor<ChrootInvocationVisitor>(Chroot); in checkPreCall()
72 Chroot to /var/tmp/jail /bin/sh
143 Chroot the server to the directory
360 Chroot the server to the directory
604 def ChrootChecker : Checker<"Chroot">,