mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-14 15:08:50 +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 };
|