Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vr/performanced/
H A Dmain.cpp39 ret = prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0); in main()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dprctl.h31 #define PR_SET_KEEPCAPS 8 macro
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpstateInternal.cpp65 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { in DropRootUser()
/aosp12/system/core/trusty/storage/proxy/
H A Dproxy.c77 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) { in drop_privs()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1079 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0) { in TEST_F()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp651 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) == -1) { in EnableKeepCapabilities()