Update docs

This commit is contained in:
0x1eef 2024-08-14 16:52:29 -03:00
parent 18f3079a09
commit a24b447f08

View file

@ -8,11 +8,11 @@ bsdcapsicum.rb provides Ruby bindings for
__Capability mode__ __Capability mode__
A process can enter into capability mode by calling A process can enter into capability mode by calling
[BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method). the [BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method)
After entering capability mode, the process has limited method. After entering capability mode, the process has limited
abilities. File descriptors acquired before entering into abilities. File descriptors acquired before entering capability
capability mode remain accessible and unrestricted, but mode remain accessible and unrestricted, but their capabilites
their capabilites can be reduced. See the 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: