Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/cap_fcntls_limit.2
| Show All 26 Lines | |||||
| .\" | .\" | ||||
| .Dd March 9, 2023 | .Dd March 9, 2023 | ||||
| .Dt CAP_FCNTLS_LIMIT 2 | .Dt CAP_FCNTLS_LIMIT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm cap_fcntls_limit , | .Nm cap_fcntls_limit , | ||||
| .Nm cap_fcntls_get | .Nm cap_fcntls_get | ||||
| .Nd manage allowed fcntl commands | .Nd manage allowed fcntl commands | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/capsicum.h | .In sys/capsicum.h | ||||
| .Ft int | .Ft int | ||||
| .Fn cap_fcntls_limit "int fd" "uint32_t fcntlrights" | .Fn cap_fcntls_limit "int fd" "uint32_t fcntlrights" | ||||
| .Ft int | .Ft int | ||||
| .Fn cap_fcntls_get "int fd" "uint32_t *fcntlrightsp" | .Fn cap_fcntls_get "int fd" "uint32_t *fcntlrightsp" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| If a file descriptor is granted the | If a file descriptor is granted the | ||||
| .Dv CAP_FCNTL | .Dv CAP_FCNTL | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||