Memory sealing for the GNU C Library [LWN.net]
This article brought to you by LWN subscribersSubscribers to LWN.net made this article — and everything that
surrounds it — possible. If you appreciate our content, please
buy a subscription and make the next
set of articles possible.
The mseal() system call allows a
process to prevent any future changes to portions of its address space
(thus "sealing" them); it was patterned after the mimmutable() system call in OpenBSD.
mseal() generated a lot of discussion, but it was finally merged
for the ...
Read more at lwn.net