Merge "SEPolicy changes for radio hal."

This commit is contained in:
Treehugger Robot 2016-12-04 22:50:50 +00:00 committed by Gerrit Code Review
commit 65ad9bc1c3
2 changed files with 8 additions and 0 deletions

View file

@ -36,3 +36,7 @@ allow radio radio_service:service_manager { add find };
allow radio surfaceflinger_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio system_api_service:service_manager find;
# Allow access to hwservicemanager for binderized hal
binder_call(radio, hwservicemanager)
binder_call(radio, rild)

View file

@ -50,3 +50,7 @@ r_dir_file(rild, system_file)
# granting the ioctl permission for rild should be device specific
allow rild self:socket create_socket_perms_no_ioctl;
# Allow access to hwservicemanager for binderized hal
binder_call(rild, hwservicemanager)
binder_call(rild, radio)