[an error occurred while processing this directive]

Как автоматизировать перемещение нужных библиотек в chroot окружение
ldd /usr/local/libexec/apache/* | grep '=>' | awk {' print $3 '} | \
     grep '/usr/lib' | xargs -J % install -C % chroot_dir/usr/lib/
ldd /usr/local/libexec/apache/* | grep '=>' | awk {' print $3 '} | \
     grep '/usr/local/lib' | xargs -J % install -C % chroot_dir/usr/local/lib/
ldd /usr/local/libexec/apache/* | grep '=>' | awk {' print $3 '} | \
     grep '/usr/X11R6/lib' | xargs -J % install -C % chroot_dir/usr/X11R6/lib/

Пару скриптов для синхронизации файлов в chroot - ftp://ftp.opennet.ru/pub/security/chroot/
 
15.02.2004 , Источник: http://www.bsdhound.com/newsread.ph...
Ключи: chroot, lib, ldd, install / Лицензия: CC-BY
Раздел:    Корень / Безопасность / Помещение программ в chroot

[an error occurred while processing this directive]

[an error occurred while processing this directive]