1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:38:12 +00:00
serenity/Base/usr/share/man
Andreas Kling d0c5979d96 Kernel: Add "prot_exec" pledge promise and require it for PROT_EXEC
This prevents sys$mmap() and sys$mprotect() from creating executable
memory mappings in pledged programs that don't have this promise.

Note that the dynamic loader runs before pledging happens, so it's
unaffected by this.
2021-01-29 18:56:34 +01:00
..
man1 Base: Update crash(1) man page 2021-01-26 11:40:08 +01:00
man2 Kernel: Add "prot_exec" pledge promise and require it for PROT_EXEC 2021-01-29 18:56:34 +01:00
man3 Base: Fix syscall/libc manpage sorting 2021-01-23 16:47:09 +01:00
man5 Base: Remove irrelevant example from Shell's loop manpage section 2021-01-18 08:56:34 +01:00
man7 Help: Add a simple index page 2021-01-02 02:41:16 +01:00
man8 Userland: useradd: Add command line option to set user password 2020-12-21 09:57:26 +01:00