mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 00:55:03 +00:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
module modreq_perm_global 1.0;
|
|
|
|
require {
|
|
class msg { send receive };
|
|
}
|
|
|
|
type mod_global_t;
|
|
type a_t;
|
|
type b_t;
|
|
allow a_t b_t: msg { send receive };
|