Skip to content
Snippets Groups Projects
Commit a34cfe7b authored by Emilian Peev's avatar Emilian Peev
Browse files

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
parent 49ff99ff
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@
permissionmgr_service
recovery_socket
role_service
rs
rs_exec
rss_hwm_reset
rss_hwm_reset_exec
runtime_service
......
type rs, domain, coredomain;
type rs_exec, system_file_type, exec_type, file_type;
# Any files which would have been created as app_data_file
# will be created as rs_data_file instead.
allow rs app_data_file:dir ra_dir_perms;
......
type rs, domain, coredomain;
type rs_exec, system_file_type, exec_type, file_type;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment