Searched refs:CAP_SET_NONE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum.h17 * in FreeBSD10.x Capsicum. Always use CAP_SET_ALL/CAP_SET_NONE instead.
27 #ifndef CAP_SET_NONE
29 #define CAP_SET_NONE(rights) CAP_NONE(rights) macro
31 #define CAP_SET_NONE(rights) *(rights) = 0 macro
H A Dcapability-fd.cc155 CAP_SET_NONE(&rights);
217 CAP_SET_NONE(&rights);

Completed in 105 milliseconds