*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: cap_sandboxed | Section: 3 | Source: FreeBSD | File: cap_sandboxed.3.gz
CAP_SANDBOXED(3) FreeBSD Library Functions Manual CAP_SANDBOXED(3) NAME cap_sandboxed - Check if in a capability mode sandbox LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <sys/capsicum.h> #include <stdbool.h> bool cap_sandboxed(void); DESCRIPTION cap_sandboxed() returns true if the process is in a capability mode sandbox or false if it is not. This function is a more handy alternative to the cap_getmode(2) system call as it always succeeds, so there is no need for error checking. If the support for capability mode is not compiled into the kernel, cap_sandboxed() will always return false. RETURN VALUES Function cap_sandboxed() is always successful and will return either true or false. SEE ALSO cap_enter(2), capsicum(4) HISTORY The cap_sandboxed() function first appeared in FreeBSD 9.2. AUTHORS This function was implemented and manual page was written by Pawel Jakub Dawidek <[email protected]> under sponsorship of the FreeBSD Foundation. FreeBSD 14.1-RELEASE-p8 May 5, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options