]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The code responsible for opening and rotating pcap files is independent
authoroshogbo <oshogbo@FreeBSD.org>
Wed, 8 Jun 2016 23:22:59 +0000 (23:22 +0000)
committeroshogbo <oshogbo@FreeBSD.org>
Wed, 8 Jun 2016 23:22:59 +0000 (23:22 +0000)
commit12720e106b2b62670123d1299ed1cca6d6b3cc74
tree0dccdbc9172983d7e872eaf22580349a7ff4be47
parentab7650d5cbd178dbab99612d9bfb3818fcf24c0c
The code responsible for opening and rotating pcap files is independent
of Capser and should use openat(2) unconditionally on FreeBSD.
openat(2) is mandatory when sandboxed with Capsicum, but still works
in the absence of Capsicum.

Reviewed by: AllanJude
contrib/tcpdump/tcpdump.c