1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 04:05:07 +00:00
serenity/Base/usr/share/man
Andreas Kling f03800cee3 Kernel: Add dedicated "ptrace" pledge promise
The vast majority of programs don't ever need to use sys$ptrace(),
and it seems like a high-value system call to prevent a compromised
process from using.

This patch moves sys$ptrace() from the "proc" promise to its own,
new "ptrace" promise and updates the affected apps.
2021-01-11 22:32:59 +01:00
..
man1 Userland: Add ddate utility 2021-01-08 09:42:43 +01:00
man2 Kernel: Add dedicated "ptrace" pledge promise 2021-01-11 22:32:59 +01:00
man3 LibC: stdlib: Add clearenv() function 2020-12-17 19:39:56 +01:00
man5 Shell: Add runtime errors and implement break/continue 2020-12-29 16:55:43 +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