| Sign In/My Account | View Cart |
| Article: |
Securing Systems with chroot | |
| Subject: | Typical Problem | |
| Date: | 2003-02-04 03:42:53 | |
| From: | anonymous2 | |
|
Hi, after reading this article I tried to chroot in a directory named /test. /test/bin/sh existed but chroot said "/bin/sh: No such file or directory". The article says, that you have to cp some libraries to /test/lib/ but how you can find out which libs to cp it doesn't tell.
|
||
Showing messages 1 through 2 of 2.
cp /etc/ld.so.conf /test/etc
ldconfig -r /test