mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-19 04:34:30 +00:00
48dc232627
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
module module_compile_test 1.0;
|
|
|
|
require {
|
|
type foo, bar;
|
|
class file { read write };
|
|
}
|
|
|
|
allow foo bar : file { read write };
|