mirror of
https://github.com/SELinuxProject/selinux
synced 2025-01-08 14:40:14 +00:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
module my_module 1.0;
|
|
|
|
require {
|
|
class file {read write};
|
|
ifdef(`enable_mls',`
|
|
user user_check_1;
|
|
')
|
|
}
|
|
|