Home
last modified time | relevance | path

Searched defs:CAP_SYS_TIME (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
Dcapability.h36 # define CAP_SYS_TIME 25 macro
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs187 const CAP_SYS_TIME: u32 = 25; constant