Merge "SEPolicy changes for radio hal."
This commit is contained in:
commit
65ad9bc1c3
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue