fixup! Update docs
This commit is contained in:
parent
e4ef10313a
commit
f623ad955d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module BSD::Capsicum
|
||||||
# Restrict the capabilities of a file descriptor
|
# Restrict the capabilities of a file descriptor
|
||||||
#
|
#
|
||||||
# @see https://man.freebsd.org/cgi/man.cgi?query=cap_rights_limit&apropos=0&sektion=2&format=html cap_rights_limit(2)
|
# @see https://man.freebsd.org/cgi/man.cgi?query=cap_rights_limit&apropos=0&sektion=2&format=html cap_rights_limit(2)
|
||||||
# @see {BSD::Capsicum::Constants} See Constants for a full list of capabilities
|
# @see BSD::Capsicum::Constants See Constants for a full list of capabilities
|
||||||
# @example
|
# @example
|
||||||
# # Restrict capabilities of STDOUT to read / write
|
# # Restrict capabilities of STDOUT to read / write
|
||||||
# BSD::Capsicum.set_rights!(STDOUT, %i[CAP_READ CAP_WRITE])
|
# BSD::Capsicum.set_rights!(STDOUT, %i[CAP_READ CAP_WRITE])
|
||||||
|
|
Loading…
Reference in a new issue