Searched refs:CAP_SYS_TIME (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/include/lapi/ |
H A D | capability.h | 39 #ifndef CAP_SYS_TIME 40 # define CAP_SYS_TIME 25 macro
|
/third_party/musl/src/linux/liteos_a/ |
H A D | cap.c | 26 CAP_SYS_NICE, CAP_SYS_TIME, CAP_SYS_BOOT}; 93 case CAP_SYS_TIME: in linux_caps_to_ohos() 168 result |= 1 << CAP_SYS_TIME; in ohos_caps_to_linux()
|
/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | cap.c | 42 CAP_SYS_NICE, CAP_SYS_TIME, CAP_SYS_BOOT}; 109 case CAP_SYS_TIME: in linux_caps_to_ohos() 184 result |= 1 << CAP_SYS_TIME; in ohos_caps_to_linux()
|
/third_party/ltp/testcases/kernel/syscalls/settimeofday/ |
H A D | settimeofday02.c | 22 {{100, 100}, EPERM, "calling process without CAP_SYS_TIME capability"}, 46 TST_CAP(TST_CAP_DROP, CAP_SYS_TIME),
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 187 const CAP_SYS_TIME: u32 = 25; consts 315 SystemTime = CAP_SYS_TIME,
|
Completed in 3 milliseconds