xref: /aosp_15_r20/external/selinux/libsepol/tests/policies/test-expander/role-module.conf (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1*2d543d20SAndroid Build Coastguard Workermodule my_module 1.0;
2*2d543d20SAndroid Build Coastguard Worker
3*2d543d20SAndroid Build Coastguard Workerrequire {
4*2d543d20SAndroid Build Coastguard Worker	class file {read write};
5*2d543d20SAndroid Build Coastguard Worker	role role_check_1;
6*2d543d20SAndroid Build Coastguard Worker}
7*2d543d20SAndroid Build Coastguard Worker
8*2d543d20SAndroid Build Coastguard Workertype role_check_1_2_t;
9*2d543d20SAndroid Build Coastguard Workerrole role_check_1 types role_check_1_2_t;
10