1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:17:34 +00:00

Base: Document unveil(2)

Also, escape underscores in chroot_with_mount_flags.
This commit is contained in:
Sergey Bugaev 2020-05-04 19:47:21 +03:00 committed by Andreas Kling
parent 183fa98214
commit 718271c9df
3 changed files with 93 additions and 1 deletions

View file

@ -56,3 +56,7 @@ Promises marked with an asterisk (\*) are SerenityOS specific extensions not sup
## History
The `pledge()` system call was first introduced by OpenBSD. The implementation in SerenityOS differs in many ways and is by no means final.
## See also
* [`unveil`(2)](unveil.md)