File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 22
22
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23
23
.\" SUCH DAMAGE.
24
24
.\"
25
- .Dd January 2, 2020
25
+ .Dd May 16, 2024
26
26
.Dt CAPSICUM_HELPERS 3
27
27
.Os
28
28
.Sh NAME
@@ -150,6 +150,31 @@ NLS data is used for localized error printing by
150
150
and
151
151
.Xr err 3 ,
152
152
among others.
153
+ .Sh RETURN VALUES
154
+ Upon successful completion,
155
+ .Fn caph_enter ,
156
+ .Fn caph_enter_casper ,
157
+ .Fn caph_rights_limit ,
158
+ .Fn caph_ioctls_limit ,
159
+ .Fn caph_fcntls_limit ,
160
+ .Fn caph_limit_stream ,
161
+ .Fn caph_limit_stdin ,
162
+ .Fn caph_limit_stderr ,
163
+ .Fn caph_limit_stdout ,
164
+ and
165
+ .Fn caph_limit_stdio
166
+ return a value
167
+ of 0.
168
+ Otherwise, a value of -1 is returned and the global variable
169
+ .Va errno
170
+ is set to indicate the error.
171
+ .Pp
172
+ Functions
173
+ .Fn caph_stream_rights ,
174
+ .Fn caph_cache_tzdata ,
175
+ and
176
+ .Fn caph_cache_catpages
177
+ can not fail.
153
178
.Ed
154
179
.Sh SEE ALSO
155
180
.Xr cap_enter 2 ,
You can’t perform that action at this time.
0 commit comments