MFD_CLOEXEC
if ((flags & ~(MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB |
if ((flags & MFD_CLOEXEC) != 0)
nfd = memfd_create("dsobase", MFD_CLOEXEC);
if ((flags & ~(MFD_CLOEXEC | MFD_ALLOW_SEALING | MFD_HUGETLB |
if ((flags & MFD_CLOEXEC) != 0)
BITMAP_1t1_LINUX(MFD_CLOEXEC),
ATF_REQUIRE((fd_cl = memfd_create("...", MFD_CLOEXEC)) != -1);