mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-13 22:48:49 +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 }; |