Searched defs:CAP_SYS_TIME (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/include/lapi/ | ||
D | capability.h | 36 # define CAP_SYS_TIME 25 macro |
/third_party/rust/crates/rustix/src/thread/ | ||
D | prctl.rs | 187 const CAP_SYS_TIME: u32 = 25; constant |