[EMAIL PROTECTED] (Baptiste SIMON) writes: >> There is an updated version available which adds minit-support for the >> '(su)exec' commands. I wrote a small introduction to minit and the >> related (and unrelated) vserver-tools also, which can be found at >> http://www.tu-chemnitz.de/~ensc/minit-fedora/index.html > > mmm... I've seen "vapt-get" in your package... what's about ? > apt-get for RPM ?
vapt-get itself can be found here[1]. It uses the apt port[2] for rpm and calls 'vrpm-wrap' instead of the plain 'rpm' binary. 'vrpm-wrap[3]' is a LD_PRELOAD wrapper which replaces execv() to start rpm-scriptlets in the vserver-ctx with restricted rights; the file-extraction phase happens in host-ctx with all rights. Information about vapt-get/vrpm can be found in the list-archive or here[4]. > if so I'm really interested to see what you've done (in on it > currently w/ the debian-vserver project). I've search on google > first... and it didn't give me something :c/ Yes, I have not found time yet to make it something officially. Currently I provide patches/standalone scripts only. Enrico Footnotes: [1] http://www.tu-chemnitz.de/~ensc/vserver/vapt-get [2] http://moin.conectiva.com.br/AptRpm [3] http://www.tu-chemnitz.de/~ensc/vserver/vrpm/ [4] http://www.tu-chemnitz.de/~ensc/vserver/INFO.vrpm.
