Searched refs:PR_SET_KEEPCAPS (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/vr/performanced/ |
H A D | main.cpp | 39 ret = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in main()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | prctl.h | 31 #define PR_SET_KEEPCAPS 8 macro
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateInternal.cpp | 65 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in DropRootUser()
|
/aosp12/system/core/trusty/storage/proxy/ |
H A D | proxy.c | 77 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) { in drop_privs()
|
/aosp12/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 1079 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0) { in TEST_F()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 651 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1) { in EnableKeepCapabilities()
|