Skip to content
Snippets Groups Projects
Commit 743969ba authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Update selinux policy for VrManager AIDL.

Bug: 27884853
Change-Id: I097306a324bdc25c5d22868f0342e175ce0dbb9a
parent b80bdef0
No related branches found
No related tags found
No related merge requests found
...@@ -50,3 +50,4 @@ allow platform_app radio_service:service_manager find; ...@@ -50,3 +50,4 @@ allow platform_app radio_service:service_manager find;
allow platform_app surfaceflinger_service:service_manager find; allow platform_app surfaceflinger_service:service_manager find;
allow platform_app app_api_service:service_manager find; allow platform_app app_api_service:service_manager find;
allow platform_app system_api_service:service_manager find; allow platform_app system_api_service:service_manager find;
allow platform_app vr_manager_service:service_manager find;
...@@ -110,6 +110,7 @@ type usb_service, app_api_service, system_server_service, service_manager_type; ...@@ -110,6 +110,7 @@ type usb_service, app_api_service, system_server_service, service_manager_type;
type user_service, app_api_service, system_server_service, service_manager_type; type user_service, app_api_service, system_server_service, service_manager_type;
type vibrator_service, app_api_service, system_server_service, service_manager_type; type vibrator_service, app_api_service, system_server_service, service_manager_type;
type voiceinteraction_service, app_api_service, system_server_service, service_manager_type; type voiceinteraction_service, app_api_service, system_server_service, service_manager_type;
type vr_manager_service, system_server_service, service_manager_type;
type wallpaper_service, app_api_service, system_server_service, service_manager_type; type wallpaper_service, app_api_service, system_server_service, service_manager_type;
type webviewupdate_service, app_api_service, system_server_service, service_manager_type; type webviewupdate_service, app_api_service, system_server_service, service_manager_type;
type wifip2p_service, app_api_service, system_server_service, service_manager_type; type wifip2p_service, app_api_service, system_server_service, service_manager_type;
......
...@@ -135,6 +135,7 @@ usb u:object_r:usb_service:s0 ...@@ -135,6 +135,7 @@ usb u:object_r:usb_service:s0
user u:object_r:user_service:s0 user u:object_r:user_service:s0
vibrator u:object_r:vibrator_service:s0 vibrator u:object_r:vibrator_service:s0
voiceinteraction u:object_r:voiceinteraction_service:s0 voiceinteraction u:object_r:voiceinteraction_service:s0
vrmanager u:object_r:vr_manager_service:s0
wallpaper u:object_r:wallpaper_service:s0 wallpaper u:object_r:wallpaper_service:s0
webviewupdate u:object_r:webviewupdate_service:s0 webviewupdate u:object_r:webviewupdate_service:s0
wifip2p u:object_r:wifip2p_service:s0 wifip2p u:object_r:wifip2p_service:s0
......
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