Configuring Chrooted apps to use /dev/log with syslog-ng
I'm trying to chroot bind, and I got to the part where it discusses setting up syslog so it will accept logs from chrooted apps. Is there any way of configuring syslog-ng to do something similar? Thanks, Brian Seppanen seppy@chartermi.net 906-228-4226 ext 23
On Mon, 30 Jul 2001, Brian E. Seppanen wrote:
I'm trying to chroot bind, and I got to the part where it discusses setting up syslog so it will accept logs from chrooted apps. Is there any way of configuring syslog-ng to do something similar?
I just add this to the source "section" : source src { unix-stream("/dev/log"); unix-dgram("/dev/log"); unix-stream("/chroot/dev/log"); unix-dgram("/chroot/dev/log"); and so on. -- Ciao: Fonya Amióta NT-t installáltam a porszívómra, semmi szívás nincs vele. PGP key: `finger fonya@gyurma.netcity.hu`
participants (2)
-
Brian E. Seppanen
-
Szabo Akos