mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-30 01:12:51 +00:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
module my_module 1.0;
|
|
|
|
require {
|
|
class file {read write};
|
|
role role_check_1;
|
|
}
|
|
|
|
type role_check_1_2_t;
|
|
role role_check_1 types role_check_1_2_t;
|