Aparentemente sim, da entrada do OpenBSD da Wikipedia ( e este ):
Privilege revocation is similar and involves a program performing any necessary operations with the privileges it starts with then dropping them. Chrooting involves restricting an application to one section of the file system, prohibiting it from accessing areas that contain private or system files. Developers have applied these features to OpenBSD versions of common applications, including tcpdump and the Apache web server.
O artigo refere-se ao registro do CVS (< a href="http://marc.info/?l=openbsd-cvs&m=107531986114887&w=2"> este commit ) para detalhes. Há uma discussão na lista de discussão sobre isso (que eu não li), também.
Para encurtar a história, o tcpdump
do OpenBSD do sistema base já tem privilégios separados. (E eu não posso comentar sobre sua solução contra o Capsicum.)