Home
last modified time | relevance | path

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

/system/core/libcutils/include/private/
Dandroid_filesystem_capability.h91 #define CAP_SYS_PTRACE 19 macro
/system/sepolicy/prebuilts/api/26.0/public/
Dcrash_dump.te12 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/prebuilts/api/27.0/public/
Dcrash_dump.te12 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/prebuilts/api/28.0/public/
Dcrash_dump.te4 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/prebuilts/api/29.0/public/
Dcrash_dump.te4 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/prebuilts/api/30.0/public/
Dcrash_dump.te4 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/prebuilts/api/31.0/public/
Dcrash_dump.te4 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/sepolicy/public/
Dcrash_dump.te4 # crash_dump might inherit CAP_SYS_PTRACE from a privileged process,
/system/extras/simpleperf/doc/
Dandroid_platform_profiling.md61 OsConstants.CAP_SYS_PTRACE, 0, 0);
/system/core/debuggerd/
Ddebuggerd_test.cpp1103 capdata[CAP_TO_INDEX(CAP_SYS_PTRACE)].permitted &= ~(CAP_TO_MASK(CAP_SYS_PTRACE)); in TEST_F()
1104 capdata[CAP_TO_INDEX(CAP_SYS_PTRACE)].effective &= ~(CAP_TO_MASK(CAP_SYS_PTRACE)); in TEST_F()