GNU C Library Adds Linux "mseal" Function For Memory Sealing
([GNU] 14 November 08:21 AM EST
Glibc mseal)
Introduced last year in the Linux 6.10 kernel was the mseal system call for memory sealing to protect the memory mapping against modifications to seal non-writable memory segments or better protecting sensitive data structures. The GNU C Library has finally introduced its mseal function making use of this modern Linux kernel functionality.