[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Re: CGI Wrap Errors



On Wed, May 24, 2000 at 11:18:35AM -0400, Robert G. Fisher wrote:
> > You probably want chroot'd telnet access and don't want to mess with
> > file permissions.  Has anyone got this working on the RaQs?  It can be
> > done with a big slew of hard links or with a ~22MB/site penalty for
> > copied files, in addition to changing users shell.
> 
>     Off the top of my head I'm having trouble thinking of any shell
> that provides an easy way to call chroot(2) and chroot(1L) requires
> root permissions to be run at startup, and pam_chroot seems to be
> nowhere in sight that I'm aware of.  The login no longer supports
> the SRV4 convention of a '*' being cause for a call to chroot either
> so *shrug*.

Terribly bad form to reply to my own message I know, but...roughly
5 minutes after typing that I thought to double check and found
a chroot module on the pam website.  Has anyone tested this out?