Query: cap_sandboxed
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAP_SANDBOXED(3) BSD Library Functions Manual CAP_SANDBOXED(3)NAMEcap_sandboxed -- Check if in a capability mode sandboxLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/capsicum.h> #include <stdbool.h> bool cap_sandboxed(void);DESCRIPTIONcap_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 VALUESFunction cap_sandboxed() is always successful and will return either true or false.SEE ALSOcap_enter(2), capsicum(4)AUTHORSThis function was implemented and manual page was written by Pawel Jakub Dawidek <pawel@dawidek.net> under sponsorship of the FreeBSD Founda- tion.BSDMarch 27, 2014 BSD
Related Man Pages |
---|
cap_rights_merge(3) - freebsd |
cap_enter(2) - freebsd |
cap_fcntls_limit(2) - freebsd |
cap_rights_clear(3) - freebsd |
capsicum(4) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Is UNIX an open source OS ? |
A simple UNIXtime component in Vue.js |
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD? |