Date: Mon, 12 Oct 1998 23:18:03 -0500 (CDT) From: Graphic Rezidew <rezidew@kemicol.rezidew.net> To: freebsd-isp@FreeBSD.ORG Subject: CHROOT'd environments Message-ID: <199810130418.XAA06571@kemicol.rezidew.net>
next in thread | raw e-mail | index | archive | help
I am trying to set up 'isolated' environments for certain users on my system I want to mount a FS (noexec,nodev,userquota) at point /FAKEROOT and then make dirs like ; bin; sbin; etc; blah blah under it. Then I would like to have a shell script that does something to the effect of: #!/bin/sh chroot /FAKEROOT /bin/sh --EOF-- The problem that I am running into is that it appears that only root can run chroot. If there is a shell that allows chroot'd logins please let me know To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810130418.XAA06571>