Home
last modified time | relevance | path

Searched refs:PR_SET_SECUREBITS (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dprctl_options.h104 #if !(defined(PR_SET_SECUREBITS) || (defined(HAVE_DECL_PR_SET_SECUREBITS) && HAVE_DECL_PR_SET_SECUR…
105 # define PR_SET_SECUREBITS 28 macro
107 XLAT(PR_SET_SECUREBITS),
Dprctl_options.in26 PR_SET_SECUREBITS 28
/external/kernel-headers/original/uapi/linux/
Dprctl.h81 #define PR_SET_SECUREBITS 28 macro
/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c141 #ifdef PR_SET_SECUREBITS in report()
/external/strace/
Dprctl.c135 case PR_SET_SECUREBITS: in prctl_enter()
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c660 #ifdef PR_SET_SECUREBITS in capng_lock()
661 int rc = prctl(PR_SET_SECUREBITS, in capng_lock()