diff options
author | pjd <pjd@FreeBSD.org> | 2013-12-02 08:21:28 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2013-12-02 08:21:28 +0000 |
commit | 1073fb03ac28ecce11c4757fb70eeed6ddf75454 (patch) | |
tree | e5362e2638f535b165335ebb4508efffb47ea68d /contrib/mdocml | |
parent | 9817dff3a754684d82b9c2f620056071d729718a (diff) | |
download | FreeBSD-src-1073fb03ac28ecce11c4757fb70eeed6ddf75454.zip FreeBSD-src-1073fb03ac28ecce11c4757fb70eeed6ddf75454.tar.gz |
Please welcome casperd daemon. It (and its services) will be responsible for
giving access to functionality that is not available in capability mode
sandbox. The functionality can be precisely restricted.
Start with the following services:
- system.dns - provides API compatible to:
- gethostbyname(3),
- gethostbyname2(3),
- gethostbyaddr(3),
- getaddrinfo(3),
- getnameinfo(3),
- system.grp - provides getgrent(3)-compatible API,
- system.pwd - provides getpwent(3)-compatible API,
- system.random - allows to obtain entropy from /dev/random,
- system.sysctl - provides sysctlbyname(3-compatible API.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/mdocml')
-rw-r--r-- | contrib/mdocml/lib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mdocml/lib.in b/contrib/mdocml/lib.in index 0e3162f..6af9110 100644 --- a/contrib/mdocml/lib.in +++ b/contrib/mdocml/lib.in @@ -32,6 +32,7 @@ LINE("libc", "Standard C\\~Library (libc, \\-lc)") LINE("libc_r", "Reentrant C\\~Library (libc_r, \\-lc_r)") LINE("libcalendar", "Calendar Arithmetic Library (libcalendar, \\-lcalendar)") LINE("libcam", "Common Access Method User Library (libcam, \\-lcam)") +LINE("libcapsicum", "Capsicum Library (libcapsicum, \\-lcapsicum)") LINE("libcdk", "Curses Development Kit Library (libcdk, \\-lcdk)") LINE("libcipher", "FreeSec Crypt Library (libcipher, \\-lcipher)") LINE("libcompat", "Compatibility Library (libcompat, \\-lcompat)") |