mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-02 16:30:36 +00:00
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
|
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;
|
||
|
|