diff --git a/platform_app.te b/platform_app.te index 3e6cd1aac158609030cbd09c89985a1a4a94773c..8ac79327e0a84bc967a0e0010317539a252ff1f3 100644 --- a/platform_app.te +++ b/platform_app.te @@ -50,3 +50,4 @@ allow platform_app radio_service:service_manager find; allow platform_app surfaceflinger_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 vr_manager_service:service_manager find; diff --git a/service.te b/service.te index 71f8f3bdbc18271fb3f6a25ffa88ded9194d167e..bd6ab38b0988d48150f42ff41a8738d493c21162 100644 --- a/service.te +++ b/service.te @@ -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 vibrator_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 webviewupdate_service, app_api_service, system_server_service, service_manager_type; type wifip2p_service, app_api_service, system_server_service, service_manager_type; diff --git a/service_contexts b/service_contexts index c1fe961313afd7300d0d47414e6d4a4bccd09c65..288ff901e3b2f1d9e50c60b0fe6eb2bd61b695de 100644 --- a/service_contexts +++ b/service_contexts @@ -135,6 +135,7 @@ usb u:object_r:usb_service:s0 user u:object_r:user_service:s0 vibrator u:object_r:vibrator_service:s0 voiceinteraction u:object_r:voiceinteraction_service:s0 +vrmanager u:object_r:vr_manager_service:s0 wallpaper u:object_r:wallpaper_service:s0 webviewupdate u:object_r:webviewupdate_service:s0 wifip2p u:object_r:wifip2p_service:s0