You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
158 B
14 lines
158 B
4 months ago
|
module modreq_role_global 1.0;
|
||
|
|
||
|
require {
|
||
|
role role_req_r, user_r;
|
||
|
}
|
||
|
|
||
|
type mod_global_t;
|
||
|
|
||
|
type a_t;
|
||
|
|
||
|
# role role_req_r types a_t;
|
||
|
allow role_req_r user_r;
|
||
|
|