Home
last modified time | relevance | path

Searched refs:MLOCK_REQUIRES_ROOT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dsyscalls.h131 #define MLOCK_REQUIRES_ROOT 1 macro
266 #define MLOCK_REQUIRES_ROOT 0 macro
H A Dcapmode.cc392 if (!MLOCK_REQUIRES_ROOT || getuid() == 0) { in FORK_TEST()