Skip to content
Snippets Groups Projects
Commit b4355846 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

SEPolicy changes for radio hal.

Test: none
Bug: 32020264
Change-Id: If5f22dad672895b3684b8e44209c5a1eae16ba47
parent 17c675b3
No related branches found
No related tags found
No related merge requests found
...@@ -36,3 +36,7 @@ allow radio radio_service:service_manager { add find }; ...@@ -36,3 +36,7 @@ allow radio radio_service:service_manager { add find };
allow radio surfaceflinger_service:service_manager find; allow radio surfaceflinger_service:service_manager find;
allow radio app_api_service:service_manager find; allow radio app_api_service:service_manager find;
allow radio system_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)
\ No newline at end of file
...@@ -50,3 +50,7 @@ r_dir_file(rild, system_file) ...@@ -50,3 +50,7 @@ r_dir_file(rild, system_file)
# granting the ioctl permission for rild should be device specific # granting the ioctl permission for rild should be device specific
allow rild self:socket create_socket_perms_no_ioctl; allow rild self:socket create_socket_perms_no_ioctl;
# Allow access to hwservicemanager for binderized hal
binder_call(rild, hwservicemanager)
binder_call(rild, radio)
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