2004 privsep caused "tcpdump -r" to became a priviledged operation because
authorderaadt <deraadt@openbsd.org>
Thu, 21 Jul 2016 07:22:38 +0000 (07:22 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 21 Jul 2016 07:22:38 +0000 (07:22 +0000)
commite73b9b968e5ddf36783610e334a332759ebed584
treead93a2cde84bf873262273e853dd7b7576402ac7
parent365f1d54882ff25ee47fefa95254677eb8dc13e4
2004 privsep caused "tcpdump -r" to became a priviledged operation because
we felt chroot-containment was also necessary for off-line analysis.  Today
use of pledge "stdio" for the packet parser acts as an even better sandbox.
We can therefore silently ignore chroot setup failure, and regain tcpdump -r
support.

Result of a discussion with tedu -- which probably happened because we
became aware of the laughable retarded -Z option in upstream tcpdump.
ok tedu sthen guenther stsp
usr.sbin/tcpdump/privsep.c