Home
last modified time | relevance | path

Searched refs:EXECATTR_LPRIV_KW (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dexec_attr.h95 #define EXECATTR_LPRIV_KW "limitprivs" macro
/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c422 if ((value = kva_match(exec->attr, EXECATTR_LPRIV_KW)) != NULL) in callback_pfexec()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c2460 if ((value = kva_match(eap->attr, EXECATTR_LPRIV_KW)) != NULL) { in get_profile()