Home
last modified time | relevance | path

Searched refs:chrootpath (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.sbin/slowcgi/
H A Dslowcgi.c276 const char *chrootpath = NULL; in main() local
304 chrootpath = optarg; in main()
353 if (chrootpath == NULL) in main()
354 chrootpath = pw->pw_dir; in main()
356 if (chroot(chrootpath) == -1) in main()
357 lerr(1, "chroot(%s)", chrootpath); in main()
359 ldebug("chroot: %s", chrootpath); in main()