Merge "wahoo: explicit app access to cgroup"

This commit is contained in:
Tri Vo
2018-10-15 19:34:41 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ binder_call(dataservice_app, cnd)
# imsrcsd to bind with UceShimService.apk
binder_call(dataservice_app, hal_rcsservice)
allow dataservice_app cgroup:file w_file_perms;

View File

@@ -13,3 +13,5 @@ allow qtelephony system_app_data_file:dir create_dir_perms;
allow qtelephony system_app_data_file:{ file lnk_file } create_file_perms;
set_prop(qtelephony, atfwd_start_prop)
allow qtelephony cgroup:file w_file_perms;

View File

@@ -19,3 +19,5 @@ allow ssr_detector_app system_app_data_file:{ file lnk_file } create_file_perms;
allow ssr_detector_app sysfs:lnk_file r_file_perms;
r_dir_file(ssr_detector_app, sysfs_msm_subsys)
allow ssr_detector_app cgroup:file w_file_perms;