diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2018-01-03 06:22:40 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2018-01-03 06:22:40 +0000 |
| commit | 6564c8d6ca217e232e111c3942c4259e4681dc53 (patch) | |
| tree | d7833bec7f85ca720b7b176dbb370da5bdcf5aa3 /lib/libcasper | |
| parent | b5381607d78d8fcf17cebf75faba6b9d3adc32ee (diff) | |
Notes
Diffstat (limited to 'lib/libcasper')
| -rw-r--r-- | lib/libcasper/libcasper/libcasper.3 | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3 index c7beb300e144..bc1daebefdc5 100644 --- a/lib/libcasper/libcasper/libcasper.3 +++ b/lib/libcasper/libcasper/libcasper.3 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 29, 2017 +.Dd January 2, 2018 .Dt LIBCASPER 3 .Os .Sh NAME @@ -190,6 +190,29 @@ obtained via the .Fn cap_init function. The function returns capability that provides access to opened service. +Casper supports the following services in the base system: +.Bl -tag -width "system.random" -compact -offset indent +.Pp +.It system.dns +provides DNS libc compatible API +.It system.grp +provides +.Xr getgrent 3 +compatible API +.It system.pwd +provides +.Xr getpwent 3 +compatible API +.It system.random +allows to obtain entropy from /dev/random +.It system.sysctl +provides +.Xr sysctlbyname 3 +compatible API +.It system.syslog +provides +.Xr syslog 3 +compatible API .Sh RETURN VALUES The .Fn cap_clone , |
