File: module_compile_test.te

package info (click to toggle)
sepolgen 1.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,976 kB
  • sloc: python: 5,679; makefile: 52
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module foo 1.0;

require {
	type foo, bar;
	class file { read write };
}

allow foo bar : file { read write };