Searched refs:chroot_allow_open_directories (Results 1 – 2 of 2) sorted by relevance
3212 static int chroot_allow_open_directories = 1; variable3214 SYSCTL_INT(_kern, OID_AUTO, chroot_allow_open_directories, CTLFLAG_RW,3215 &chroot_allow_open_directories, 0,3257 if (chroot_allow_open_directories == 0 || in pwd_chroot()3258 (chroot_allow_open_directories == 1 && fdp->fd_rdir != rootvnode)) { in pwd_chroot()
565 kern.chroot_allow_open_directories