Skip to content
Snippets Groups Projects
Commit 2643c6f7 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "SEPolicy changes for radio hal."

am: 65ad9bc1

Change-Id: I46623679450cd1fd1302698c1ea8a1f290bc6d16
parents 2932497a 65ad9bc1
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 };
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)
\ No newline at end of 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)
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