mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
Base: Use technically accurate term in unveil(2) man page
This commit is contained in:
parent
d195972ec2
commit
883768c646
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ int unveil(const char* path, const char* permissions);
|
|||
|
||||
## Description
|
||||
|
||||
`unveil()` manipulates the process veil. The veil is a whitelist of paths on
|
||||
`unveil()` manipulates the process veil. The veil is a allowlist of paths on
|
||||
the file system the calling process is allowed to access.
|
||||
|
||||
A process that has not made any `unveil()` calls is allowed to access the whole
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue