android_mt6572_jiabo/external/selinux/libsepol/tests/policies/test-expander/role-module.conf
2025-09-05 16:56:03 +08:00

9 lines
148 B
Text

module my_module 1.0;
require {
class file {read write};
role role_check_1;
}
type role_check_1_2_t;
role role_check_1 types role_check_1_2_t;