Home
last modified time | relevance | path

Searched refs:CAP_SETGID (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/linux/
Dcap.c40 CAP_KILL, CAP_SETGID, CAP_SETUID, CAP_SETPCAP, CAP_NET_BIND_SERVICE,
78 case CAP_SETGID: in linux_caps_to_ohos()
152 result |= 1 << CAP_SETGID; in ohos_caps_to_linux()
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs168 const CAP_SETGID: u32 = 6; constant
233 SetGroupID = CAP_SETGID,
/third_party/e2fsprogs/
D1003-add-dac-config.patch94 + { "CAP_SETGID", CAP_SETGID },
/third_party/node/doc/api/
Dprocess.md2162 access or the `CAP_SETGID` capability.
3335 process to have `root` or the `CAP_SETGID` capability.