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.
11 lines
151 B
11 lines
151 B
4 months ago
|
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 };
|