selinux/python/sepolgen/tests/module_compile_test.te
Stephen Smalley 48dc232627 Move policycoreutils/{sepolicy,audit2allow,semanage,scripts/chcat*} and sepolgen to python.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2016-11-16 11:19:50 -05:00

9 lines
127 B
Plaintext

module module_compile_test 1.0;
require {
type foo, bar;
class file { read write };
}
allow foo bar : file { read write };