mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-28 16:22:45 +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;
|
|
|