From 1073fb03ac28ecce11c4757fb70eeed6ddf75454 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 2 Dec 2013 08:21:28 +0000 Subject: 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 --- contrib/mdocml/lib.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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)") -- cgit v1.1