xref: /aosp_15_r20/external/selinux/libsepol/tests/policies/test-deps/modreq-attr-global.conf (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1module modreq_attr_global 1.0;
2
3require {
4	attribute attr_req;
5}
6
7type mod_global_t;
8
9type new_t, attr_req;
10
11