mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
Base: Expand "See Also" sections of many manpages
This commit focuses on the CLI utilities.
This commit is contained in:
parent
f544132fe8
commit
afaea38be2
56 changed files with 162 additions and 25 deletions
|
@ -27,3 +27,8 @@ Run `ps -ef` with restricted access to certain paths:
|
|||
```sh
|
||||
$ unveil --path=r,/etc/timezone --path=r,/usr/lib --path=r,/sys/ --path=r,/etc/passwd --path=r,/etc/group ps -ef
|
||||
```
|
||||
|
||||
## See also
|
||||
* [`pledge`(2)](help://man/2/pledge)
|
||||
* [`unveil`(2)](help://man/2/unveil)
|
||||
* [`Mitigations`(7)](help://man/7/Mitigations)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue