17 #ifndef __LINUX_MEMFD_HPP__    18 #define __LINUX_MEMFD_HPP__    26 #if !defined(MFD_CLOEXEC)    27 #define MFD_CLOEXEC 0x0001U    30 #if !defined(MFD_ALLOW_SEALING)    31 #define MFD_ALLOW_SEALING 0x0002U    51 #endif // __LINUX_MEMFD_HPP__ 
Try< int_fd > cloneSealedFile(const std::string &filePath)
Definition: attributes.hpp:24
constexpr const char * name
Definition: shell.hpp:41
Try< int_fd > create(const std::string &name, unsigned int flags)