chroot auf inetd services

Florian Lohoff flo at rfc822.org
Sat Jan 29 14:24:01 CET 2000


On Sat, Jan 29, 2000 at 12:14:21PM +0100, Andreas Gerstenberg wrote:
> > Ist es moeglich, auf programme, die aus dem inetd aufgerufen werden, vor
> > dem aufruf ein chroot auszufuehren?
> >
> > Geht das ueberhaupt?
> > Wenn ja, wie? Mit nem kleinen shellscript, was sich selber chrootet, evtl
> > oder irgendwie builtin? :)
> 
> Gewünschtes root-dir anlegenen, benötigte libs und andere Sachen 
> entsprechend rein kopieren und dann ein kleines C Programm, welches das 
> chroot() und anschließend das exec auf die Applikation macht. Diesen 
> wrapper dann vom inetd aufrufen lassen.

Afaik auch ohne spezielles program .... man chroot

-------------------------------------------------------------
CHROOT(8L)                                             CHROOT(8L)

NAME
       chroot  -  run  command  or interactive shell with special
       root directory

SYNOPSIS
       chroot [--help] [--version] directory [command...]

DESCRIPTION
       This documentation is no longer being maintained  and  may
       be inaccurate or incomplete.  The Texinfo documentation is
       now the authoritative source.

       This manual page documents  the  GNU  version  of  chroot.
       chroot  runs  a  command  with the root directory for file
       name translation changed to the specified  directory.   If
       no  command  is  given,  chroot runs an interactive shell.
       The `SHELL' environment variable specifies the shell  pro-
       gram; the default is /bin/sh.
-------------------------------------------------------------


Flo
-- 
Florian Lohoff		flo at rfc822.org		      	+49-5241-470566
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."




More information about the Linux mailing list