diff options
author | Mark Johnston <markj@FreeBSD.org> | 2019-01-21 20:56:29 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2019-01-21 20:56:29 +0000 |
commit | 504b5801bd810ea90d541a5cb868e8d53d882296 (patch) | |
tree | 31c6d83a14a8d9a34b497fdf927a733a2e25b58f /lib/libcapsicum | |
parent | 80fe23594c23805973d099211a08c4105f4b595f (diff) | |
download | src-test2-504b5801bd810ea90d541a5cb868e8d53d882296.tar.gz src-test2-504b5801bd810ea90d541a5cb868e8d53d882296.zip |
Notes
Diffstat (limited to 'lib/libcapsicum')
-rw-r--r-- | lib/libcapsicum/capsicum_helpers.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/libcapsicum/capsicum_helpers.3 b/lib/libcapsicum/capsicum_helpers.3 index 8d4b875bf94c..e3d3cd7e9abb 100644 --- a/lib/libcapsicum/capsicum_helpers.3 +++ b/lib/libcapsicum/capsicum_helpers.3 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 4, 2018 +.Dd January 21, 2019 .Dt CAPSICUM_HELPERS 3 .Os .Sh NAME @@ -50,11 +50,13 @@ .Ft int .Fn caph_enter_casper "void" .Ft int -.Fn caph_rights_limit "inf fd" "const cap_righst_t *rights" +.Fn caph_rights_limit "int fd" "const cap_righst_t *rights" .Ft int -.Fn caph_ioctls_limit "inf fd" "const unsigned long *cmds" "size_t ncmds" +.Fn caph_ioctls_limit "int fd" "const unsigned long *cmds" "size_t ncmds" .Ft int -.Fn caph_fcntls_limit "inf fd" "uint32_t fcntlrights" +.Fn caph_fcntls_limit "int fd" "uint32_t fcntlrights" +.Ft int +.Fn caph_limit_stream "int fd" "int flags" .Ft int .Fn caph_limit_stdin "void" .Ft int |