Domesticating applications, OpenBSD style
Domesticating applications, OpenBSD style
Posted Jul 22, 2015 22:21 UTC (Wed) by dlang (guest, #313)In reply to: Domesticating applications, OpenBSD style by plundra
Parent article: Domesticating applications, OpenBSD style
so it's effectively a backdoor around fd limits.
writing to /dev/log with chroot is actually better because the syslog daemon can create a /dev/log in each sandbox and tell which one was written to (as well as gathering metadata across the unix socket, something that I assume is lost when you are just writing to a magic fd)