mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-15 02:24:38 +00:00
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
module foo 1.0;
|
||
|
|
||
|
require {
|
||
|
type foo, bar;
|
||
|
class file { read write };
|
||
|
}
|
||
|
|
||
|
allow foo bar : file { read write };
|