Update docs
This commit is contained in:
parent
7acb2313f9
commit
5c31f1555b
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ __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).
|
[BSD::Capsicum.enter!](http://0x1eef.github.io/x/bsdcapsicum.rb/BSD/Capsicum.html#enter!-instance_method).
|
||||||
After entering capability mode, the process has limited
|
After entering capability mode, the process has limited
|
||||||
capabilities. See the
|
abilities. File descriptors acquired before entering into
|
||||||
|
capability mode remain accessible and unrestricted, but
|
||||||
|
their capablities 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue