OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PR_GET_SECUREBITS
(Results
1 - 4
of
4
) sorted by null
/external/libcap-ng/libcap-ng-0.7/utils/
captest.c
145
rc = prctl(
PR_GET_SECUREBITS
, 1 << SECURE_NOROOT);
150
rc = prctl(
PR_GET_SECUREBITS
, 1 << SECURE_NOROOT_LOCKED);
157
rc = prctl(
PR_GET_SECUREBITS
, 1 << SECURE_NO_SETUID_FIXUP);
164
rc = prctl(
PR_GET_SECUREBITS
, 1 << SECURE_NO_SETUID_FIXUP_LOCKED);
/bionic/libc/kernel/common/linux/
prctl.h
77
#define
PR_GET_SECUREBITS
27
/external/kernel-headers/original/linux/
prctl.h
78
#define
PR_GET_SECUREBITS
27
/external/strace/
process.c
251
#ifdef
PR_GET_SECUREBITS
252
{
PR_GET_SECUREBITS
, "
PR_GET_SECUREBITS
" },
[
all
...]
Completed in 63 milliseconds