mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-08-31 16:21:59 +00:00

On Linux, it uses memfd_create syscall that can be found on Linux 3.17 and higher. By default memfds are executable, so we set MFD_NOEXEC_SEAL flag to prevent execution at creation time.