You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SHM_ANON on FreeBSD, memfd on recent Linux.
- avoids usage of posix_fallocate on Copy-on-Write filesystems like ZFS
when XDG_RUNTIME_DIR is something like ~/.tmp instead of a tmpfs
(FreeBSD 12 does not even allow it on ZFS anymore)
- avoids touching the filesystem, which increases sandboxing potential
0 commit comments