mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Base: Fix a typo
This commit is contained in:
parent
155853afb2
commit
983e541584
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ 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
|
A process that has not made any `unveil()` calls is allowed to access the whole
|
||||||
filesystem (subject to the regular permission checks). A process that has made
|
filesystem (subject to the regular permission checks). A process that has made
|
||||||
one or more `unveil()` calls cannot access any paths excpet those that were
|
one or more `unveil()` calls cannot access any paths except those that were
|
||||||
explicitly unveiled.
|
explicitly unveiled.
|
||||||
|
|
||||||
Calling `unveil()` allows the process to access the given `path`, which must be
|
Calling `unveil()` allows the process to access the given `path`, which must be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue