summaryrefslogtreecommitdiff
path: root/tests/policies/test-deps/modreq-obj-global.conf
blob: e9eba777e007a50e2007a4a0ff36b33b1214ba36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module modreq_obj_global 1.0;

require { 
	class sem { create destroy };
}

type mod_global_t;

type mod_foo_t;
type mod_bar_t;

allow mod_foo_t mod_bar_t : sem { create destroy };