Home
last modified time | relevance | path

Searched refs:CAP_SYS_MODULE (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/nix/test/test_kmod/
Dmod.rs44 require_capability!("test_finit_and_delete_module", CAP_SYS_MODULE); in test_finit_and_delete_module()
65 CAP_SYS_MODULE in test_finit_and_delete_module_with_params()
89 require_capability!("test_init_and_delete_module", CAP_SYS_MODULE); in test_init_and_delete_module()
113 CAP_SYS_MODULE in test_init_and_delete_module_with_params()
136 require_capability!("test_finit_module_invalid", CAP_SYS_MODULE); in test_finit_module_invalid()
153 CAP_SYS_MODULE in test_finit_module_twice_and_delete_module()
178 require_capability!("test_delete_module_not_loaded", CAP_SYS_MODULE); in test_delete_module_not_loaded()
/third_party/ltp/testcases/kernel/syscalls/init_module/
Dinit_module02.c28 static struct tst_cap cap_req = TST_CAP(TST_CAP_REQ, CAP_SYS_MODULE);
29 static struct tst_cap cap_drop = TST_CAP(TST_CAP_DROP, CAP_SYS_MODULE);
/third_party/ltp/testcases/kernel/syscalls/finit_module/
Dfinit_module02.c30 static struct tst_cap cap_req = TST_CAP(TST_CAP_REQ, CAP_SYS_MODULE);
31 static struct tst_cap cap_drop = TST_CAP(TST_CAP_DROP, CAP_SYS_MODULE);
/third_party/rust/crates/rustix/src/thread/
Dprctl.rs178 const CAP_SYS_MODULE: u32 = 16; constant
269 SystemModule = CAP_SYS_MODULE,
/third_party/e2fsprogs/
D1003-add-dac-config.patch103 + { "CAP_SYS_MODULE", CAP_SYS_MODULE },