mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-14 18:14:48 +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 }; |