Searched refs:CAP_SYS_MODULE (Results 1 – 10 of 10) sorted by relevance
44 require_capability!(CAP_SYS_MODULE); in test_finit_and_delete_module()62 require_capability!(CAP_SYS_MODULE); in test_finit_and_delete_modul_with_params()83 require_capability!(CAP_SYS_MODULE); in test_init_and_delete_module()103 require_capability!(CAP_SYS_MODULE); in test_init_and_delete_module_with_params()124 require_capability!(CAP_SYS_MODULE); in test_finit_module_invalid()138 require_capability!(CAP_SYS_MODULE); in test_finit_module_twice_and_delete_module()160 require_capability!(CAP_SYS_MODULE); in test_delete_module_not_loaded()
17 CAP_SYS_MODULE,
18 1<<CAP_SYS_MODULE
18 CAP_SYS_MODULE
33 XLAT_PAIR(1ULL<<CAP_SYS_MODULE, "1<<CAP_SYS_MODULE"),
33 XLAT(CAP_SYS_MODULE),
39 _S(CAP_SYS_MODULE, "sys_module" )
86 CAP_SYS_MODULE = _capng.CAP_SYS_MODULE variable
222 #define CAP_SYS_MODULE 16 macro