This commit is contained in:
0x1eef 2024-06-25 05:46:50 -03:00
parent 5c31f1555b
commit 47f59a78e1

View file

@ -13,7 +13,7 @@ A process can enter into capability mode by calling
After entering capability mode, the process has limited After entering capability mode, the process has limited
abilities. File descriptors acquired before entering into abilities. File descriptors acquired before entering into
capability mode remain accessible and unrestricted, but capability mode remain accessible and unrestricted, but
their capablities can be reduced. See the their capabilites can be reduced. See the
[cap_enter(2)](https://man.freebsd.org/cgi/man.cgi?query=cap_enter&apropos=0&sektion=2&format=html) [cap_enter(2)](https://man.freebsd.org/cgi/man.cgi?query=cap_enter&apropos=0&sektion=2&format=html)
manual page for more details: manual page for more details: