Merge "sepolicy: Fix denials in location app"

This commit is contained in:
qctecmdr 2019-06-11 13:33:17 -07:00 committed by Gerrit - the friendly Code Review server
commit e410bc9a3a
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,10 @@ dontaudit {
bootanim
system_app
platform_app
untrusted_app_27
zygote
location_app
location_app_test
priv_app
radio
shell

View file

@ -44,6 +44,8 @@ allow location_app app_api_service:service_manager find;
allow location_app system_app_data_file:dir create_dir_perms;
allow location_app system_app_data_file:file create_file_perms;
unix_socket_connect(location_app, dpmtcm, dpmd);
allow location_app cgroup:file rw_file_perms;
unix_socket_send(location_app, seempdw, seempd);