shell program menu and MCI dostracker

1998-01-29 Thread A. M. Varon
Thanks to all who responded about my question on the shell program menu! Another question, has anyone tried running the MCI dostracker on a Linux box? it's on www.security.mci.net. regards, == == Andre M. Varon Lasaltech Incorporated == == Technical Head Fax-Tel: (034)435

Re: shell program menu

1998-01-24 Thread Remco Blaakmeer
On Sat, 24 Jan 1998, Hamish Moffatt wrote: > On Fri, Jan 23, 1998 at 08:06:02PM -0900, Adam Shand wrote: > > We wrote a simple C program which allows users to delete, rename (etc etc) > > files in their home directory, and also gives them access to Z-modem (this > > menu was written before PPP :-)

Re: shell program menu

1998-01-24 Thread Adam Shand
> even if they do manage to fork a shell somehow, they'll just get their > default shell which will source /etc/profile and end up with them > in another instance of the menu. there are probably ways for clever > users to get around this, but they all require the ability to execute > arbitrary com

Re: shell program menu

1998-01-24 Thread Hamish Moffatt
On Fri, Jan 23, 1998 at 08:06:02PM -0900, Adam Shand wrote: > We wrote a simple C program which allows users to delete, rename (etc etc) > files in their home directory, and also gives them access to Z-modem (this > menu was written before PPP :-). Lynx does a reasonable file manager, but you can'

Re: shell program menu

1998-01-24 Thread Adam Shand
> if users can't be trusted with a shell, they can't be trusted with vi. > give 'em pico. Agreed :-) > btw rbash is useful in situations like this. restricted shell, only > programs in the PATH can be executed, and user can not change PATH or > other variables. many other restrictions too. What

Re: shell program menu

1998-01-24 Thread Adam Shand
> > Are you aware of the fact that any vi clone can give you a shell? Just > > type > > > > :!sh > > > > in command mode and you'll get the prompt of whatever is called 'sh' on > > the system. > > > > This is not only a problem with vi, but with many other programs as well. Agreed that this is

Re: shell program menu

1998-01-23 Thread Robert D. Hilliard
My local freenet (SEFLIN) uses lynx as the login shell for users, with a menu displayed on login. The 'G' command in lynx is disabled, thus restricting users to accessing only directories on the parent machine and web sites that are included in the menu or sub-menus. Bob On Fri, 23 Jan 1998

Re: shell program menu

1998-01-23 Thread Mario Olimpio de Menezes
On Fri, 23 Jan 1998, A. M. Varon wrote: > Hi, > > [ Sorry if this is not debian specific.] > > Hi, > > I would like to implement a shell program (preferebly in C programming.) > where our users if they telnet to us, they would be given a menu instead > of a shell. They just press "1" they g

Re: shell program menu

1998-01-23 Thread Frank Barknecht
A. M. Varon hat gesagt: // A. M. Varon wrote: > I would like to implement a shell program (preferebly in C programming.) > where our users if they telnet to us, they would be given a menu instead > of a shell. They just press "1" they get pine. They press "2" they get the > vi editor, and so on an

Re: shell program menu

1998-01-23 Thread Chris Smith
I don't see any indication that this is being done for security reasons. Menus not only restrict user options, but they also provide a nicer interface to new users who may not be familiar with UNIX commands. So, to A. M. Varon, to answer your original question, there is a package called adbbs, whi

Re: shell program menu

1998-01-23 Thread Craig Sanders
On Fri, 23 Jan 1998, Remco Blaakmeer wrote: > > I would like to implement a shell program (preferebly in C > > programming.) where our users if they telnet to us, they would > > be given a menu instead of a shell. They just press "1" they get > > pine. They press "2" they get the vi editor, and so

Re: shell program menu

1998-01-23 Thread Remco Blaakmeer
On Fri, 23 Jan 1998, A. M. Varon wrote: > Hi, > > [ Sorry if this is not debian specific.] > > Hi, > > I would like to implement a shell program (preferebly in C programming.) > where our users if they telnet to us, they would be given a menu instead > of a shell. They just press "1" they g

shell program menu

1998-01-23 Thread A. M. Varon
Hi, [ Sorry if this is not debian specific.] Hi, I would like to implement a shell program (preferebly in C programming.) where our users if they telnet to us, they would be given a menu instead of a shell. They just press "1" they get pine. They press "2" they get the vi editor, and so on a