mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libcasper: reference system.fileargs service
Reviewed by: oshogbo
Fixes: cdd6ea94b0 ("libcasper: introduce cap_fileargs...")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41761
(cherry picked from commit 56e3123fc864b6d08ee5b3752538d2f9be52027b)
This commit is contained in:
parent
edbd9c3c32
commit
99f8ee196d
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 10, 2023
|
||||
.Dd September 6, 2023
|
||||
.Dt LIBCASPER 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -212,6 +212,8 @@ Casper supports the following services in the base system:
|
|||
.Bl -tag -width "system.random" -compact -offset indent
|
||||
.It system.dns
|
||||
provides libc compatible DNS API
|
||||
.It system.fileargs
|
||||
provides an API for opening files specified on a command line
|
||||
.It system.grp
|
||||
provides a
|
||||
.Xr getgrent 3
|
||||
|
|
@ -272,6 +274,7 @@ functions always succeed.
|
|||
.Xr poll 2 ,
|
||||
.Xr select 2 ,
|
||||
.Xr cap_dns 3 ,
|
||||
.Xr cap_fileargs 3 ,
|
||||
.Xr cap_grp 3 ,
|
||||
.Xr cap_net 3 ,
|
||||
.Xr cap_netdb 3 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue