PD_ALLOWED_AT_FORK
if ((fr->fr_pd_flags & ~PD_ALLOWED_AT_FORK) != 0)
ATF_REQUIRE_ERRNO(EINVAL, pdopenpid(getpid(), ~PD_ALLOWED_AT_FORK) < 0);