android_system_sepolicy/public/rs.te
Emilian Peev a34cfe7b56 sepolicy: Add "rs" and "rs_exec" to public policy
Add "rs" and "rs_exec" types to public policy. Access
to these types might be needed for device specific
customization.

Bug: 121306110
Test: Manual using application
Change-Id: Ief35d3353625adfbf468447de74aa80651dd9451
2018-12-21 17:47:54 +00:00

3 lines
83 B
Plaintext

type rs, domain, coredomain;
type rs_exec, system_file_type, exec_type, file_type;