Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h77 #if !(defined(PR_SET_SECUREBITS) || (defined(HAVE_DECL_PR_SET_SECUREBITS) && HAVE_DECL_PR_SET_SECUR…
78 # define PR_SET_SECUREBITS 28 macro
174 XLAT(PR_SET_SECUREBITS),
Dprctl_options.in26 PR_SET_SECUREBITS 28
/external/libcap/libcap/include/uapi/linux/
Dprctl.h79 #define PR_SET_SECUREBITS 28 macro
/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/libcap/libcap/
Dlibcap.h199 #define PR_SET_SECUREBITS 28 macro
/external/strace/
Dprctl.c267 case PR_SET_SECUREBITS: in SYS_FUNC()
/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()
/external/libcap/progs/
Dcapsh.c298 status = prctl(PR_SET_SECUREBITS, value); in main()
/external/minijail/
Dlibminijail.c1384 (PR_SET_SECUREBITS, SECURE_ALL_BITS | SECURE_ALL_LOCKS)) in minijail_enter()