Lines Matching full:rights
4 .\" All rights reserved.
38 .Nd limit capability rights
44 .Fn cap_rights_limit "int fd" "const cap_rights_t *rights"
57 it is assigned all capability rights; for
62 it inherits capability rights from the "parent" file descriptor.
63 Those rights can be reduced (but never expanded) by using the
66 Once capability rights are reduced, operations on the file descriptor will be
68 .Fa rights .
71 .Fa rights
76 Capability rights assigned to a file descriptor can be obtained with the
80 The complete list of the capability rights can be found in the
81 .Xr rights 4
87 rights to allow reading only.
122 .Fa rights .
128 .Fa rights
129 argument contains capability rights not present for the given file descriptor.
130 Capability rights list can only be reduced, never expanded.
152 .Xr rights 4