8 lines
110 B
Text
8 lines
110 B
Text
|
module foo 1.0;
|
||
|
|
||
|
require {
|
||
|
type foo, bar;
|
||
|
class file { read write };
|
||
|
}
|
||
|
|
||
|
allow foo bar : file { read write };
|