1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00
serenity/Base/usr/share/man
Andreas Kling 84b2d4c475 Kernel: Add "map_fixed" pledge promise
This is a new promise that guards access to mmap() with MAP_FIXED.

Fixed-address mappings are rarely used, but can be useful if you are
trying to groom the process address space for malicious purposes.

None of our programs need this at the moment, as the only user of
MAP_FIXED is DynamicLoader, but the fixed mappings are constructed
before the process has had a chance to pledge anything.
2021-02-21 01:08:48 +01:00
..
man1 Base: Update path in js(1) manpage example 2021-02-20 16:05:20 +01:00
man2 Kernel: Add "map_fixed" pledge promise 2021-02-21 01:08:48 +01:00
man3 Base: Fix syscall/libc manpage sorting 2021-01-23 16:47:09 +01:00
man4 Documentation: Add a manual page about the new MemoryDevice file 2021-02-01 17:13:23 +01:00
man5 Base: Unify synopsis format in manpages 2021-02-20 16:05:20 +01:00
man7 Base: Do a little copy-editing in Mitigations(7) 2021-02-20 11:37:55 +01:00
man8 Userland: useradd: Add command line option to set user password 2020-12-21 09:57:26 +01:00