Merge "sepolicy: Add "rs" and "rs_exec" to public policy" am: 9c9eb2dfca am: 67fbfdf793

am: 8f1e4e52f3

Change-Id: I72500b06122cb5b5f527d196deff9bc50a5442cb
This commit is contained in:
Emilian Peev 2018-12-21 17:05:49 -08:00 committed by android-build-merger
commit 992f6099ab
3 changed files with 4 additions and 3 deletions

View file

@ -69,6 +69,8 @@
permissionmgr_service
recovery_socket
role_service
rs
rs_exec
rss_hwm_reset
rss_hwm_reset_exec
runtime_service

View file

@ -1,6 +1,3 @@
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;

2
public/rs.te Normal file
View file

@ -0,0 +1,2 @@
type rs, domain, coredomain;
type rs_exec, system_file_type, exec_type, file_type;