- 361comments
- 75comments
- 24comments
- 153comments
- 137comments
- 50comments
- 198comments
- 5comments
- 2comments
- 34comments
- 20comments
- 122comments
- 1comments
- 40comments
- 34comments
- 23comments
- 313comments
- 19comments
- 106comments
- 56comments
- 180comments
- 36comments
- 343comments
- 5comments
- —discuss
- 19comments
- 25comments
- 2comments
- 50comments
- 103comments
The mseal patch: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Userspace API > System Calls: https://www.kernel.org/doc/html/next/userspace-api/index.htm...
kernel.org/doc/html/next/userspace-api/mseal.html: https://www.kernel.org/doc/html/next/userspace-api/mseal.htm... :
NX bit, Memory tagging, Modified Harvard architecture: https://news.ycombinator.com/item?id=36726077#36740262
TEE, SGX, .data, .code: https://news.ycombinator.com/item?id=33584502
Thanks! Another important bit:
Why is the sealed mapping unmapped on exec*()? What about spawn and fork?
Are there libraries for handling this yet?
How should CPython support the mseal() syscall?