Searched refs:CAP_KILL (Results 1 – 12 of 12) sorted by relevance
/external/ltp/testcases/kernel/syscalls/capset/ |
D | capset02.c | 29 #define CAP2 (CAP1 | 1 << CAP_KILL) 99 TEST(prctl(PR_CAPBSET_DROP, CAP_KILL)); in setup()
|
D | capset03.c | 16 #define CAP1 (1 << CAP_KILL)
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
D | lib_test.c | 148 CAP_CHOWN, CAP_FOWNER, CAP_KILL, -1); in main() 155 capng_have_capability(CAPNG_EFFECTIVE, CAP_KILL); in main()
|
/external/strace/ |
D | caps0.h | 6 CAP_KILL,
|
/external/strace/xlat/ |
D | cap_mask0.in | 7 1<<CAP_KILL
|
D | cap.in | 7 CAP_KILL
|
D | cap_mask0.h | 22 XLAT_PAIR(1ULL<<CAP_KILL, "1<<CAP_KILL"),
|
D | cap.h | 22 XLAT(CAP_KILL),
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | captab.h | 28 _S(CAP_KILL, "kill" )
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 75 CAP_KILL = _capng.CAP_KILL variable
|
/external/libcap/libcap/include/uapi/linux/ |
D | capability.h | 146 #define CAP_KILL 5 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 146 #define CAP_KILL 5 macro
|