Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dcapability.h35 #ifndef CAP_SYS_TIME
36 # define CAP_SYS_TIME 25 macro
/third_party/musl/porting/liteos_a/user/src/linux/
Dcap.c42 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/
Dsettimeofday02.c46 TST_CAP(TST_CAP_DROP, CAP_SYS_TIME),
/third_party/ltp/testcases/kernel/security/filecaps/
DREADME2 CAP_SYS_NICE to set priority on other tasks and CAP_SYS_TIME
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs187 const CAP_SYS_TIME: u32 = 25; constant
315 SystemTime = CAP_SYS_TIME,
/third_party/e2fsprogs/
D1003-add-dac-config.patch112 + { "CAP_SYS_TIME", CAP_SYS_TIME },