bumptech / stud

The Scalable TLS Unwrapping Daemon
Other
1.43k stars 193 forks source link

Call daemonize before chroot. #118

Open rohara opened 12 years ago

rohara commented 12 years ago

This patch causes stud to daemonize prior to calling chroot. If chroot is done prior to daemonize, the daemonize call will fail to open /dev/null.

bixu commented 10 years ago

bump. @mcamou