Using UUCP under a BBS system???

Conor P. Cahill cpcahil at virtech.uucp
Wed Feb 21 06:10:19 AEST 1990


In article <.OV1S=Axds13 at ficc.uu.net> morrison at ficc.uu.net (Brad Morrison) writes:
>What about having a wrapper around the real shells that only execs the
>real one if the user id is below some threshold?  Then give your restricted
>users IDs above the threshold.

Because all that would need to happen is that the user's find out what the name 
of the real shell.  Of course, a better solution would be to place the shell
into a different group and set the modes to 0750.  Then you could set up the
group of the incomming users so that only those within said group can run
the applicable program.  However, this could cause lots of problems
when the user tries to execute a function/program that depends upon the 
shell being available for non-interactive work (such as getcwd() on a system
V system), then these functions would fail unexplicably.

The best answer is still a chrooted environment or a much better controlled
environment.
-- 
+-----------------------------------------------------------------------+
| Conor P. Cahill     uunet!virtech!cpcahil      	703-430-9247	!
| Virtual Technologies Inc.,    P. O. Box 876,   Sterling, VA 22170     |
+-----------------------------------------------------------------------+



More information about the Comp.unix.i386 mailing list