mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 04:05:11 +08: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.