Searched refs:CAP_SET_ALL (Results 1 - 5 of 5) 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.
19 #ifndef CAP_SET_ALL
21 #define CAP_SET_ALL(rights) CAP_ALL(rights) macro
23 #define CAP_SET_ALL(rights) *(rights) = CAP_MASK_VALID macro
H A Dioctl.cc56 CAP_SET_ALL(&all);
H A Dfcntl.cc276 CAP_SET_ALL(&all);
H A Dcapability-fd.cc213 CAP_SET_ALL(&r_all);
H A Dlinux.cc497 CAP_SET_ALL(&rights);

Completed in 64 milliseconds