Searched refs:CAP_KILL (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/src/linux/liteos_a/ |
H A D | cap.c | 24 CAP_KILL, CAP_SETGID, CAP_SETUID, CAP_SETPCAP, CAP_NET_BIND_SERVICE, 59 case CAP_KILL: in linux_caps_to_ohos() 133 result |= 1 << CAP_KILL; in ohos_caps_to_linux()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | cap.c | 40 CAP_KILL, CAP_SETGID, CAP_SETUID, CAP_SETPCAP, CAP_NET_BIND_SERVICE, 75 case CAP_KILL: in linux_caps_to_ohos() 149 result |= 1 << CAP_KILL; in ohos_caps_to_linux()
|
/third_party/ltp/testcases/kernel/syscalls/capset/ |
H A D | capset02.c | 35 #define CAP2 (CAP1 | 1 << CAP_KILL) 95 TEST(prctl(PR_CAPBSET_DROP, CAP_KILL)); in setup() 97 tst_brk(TBROK | TTERRNO, "drop CAP_KILL failed"); in setup()
|
H A D | capset03.c | 22 #define CAP1 (1 << CAP_KILL)
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 167 const CAP_KILL: u32 = 5; consts 230 Kill = CAP_KILL,
|
Completed in 4 milliseconds