From 2a872fb0cb6acb8806a7eecb79bd096e0b4fe410 Mon Sep 17 00:00:00 2001 From: Grant Yoshida Date: Mon, 19 Aug 2019 17:54:13 -0700 Subject: Fix some additional selinux errors. These came up on boot after fixing the previous errors. Test: GSI XR on an MTP, booted into VR. Change-Id: I35362e2660ec8f38799429981f15552272dcc2fe --- xr/sepolicy/untrusted_app_27.te | 1 + xr/sepolicy/vr_hwc.te | 1 + 2 files changed, 2 insertions(+) create mode 100644 xr/sepolicy/vr_hwc.te diff --git a/xr/sepolicy/untrusted_app_27.te b/xr/sepolicy/untrusted_app_27.te index a61c35f..e9bc2b3 100644 --- a/xr/sepolicy/untrusted_app_27.te +++ b/xr/sepolicy/untrusted_app_27.te @@ -1 +1,2 @@ allow untrusted_app_27 vr_hwc_service:service_manager find; +allow untrusted_app_27 virtual_touchpad_service:service_manager find; diff --git a/xr/sepolicy/vr_hwc.te b/xr/sepolicy/vr_hwc.te new file mode 100644 index 0000000..295205e --- /dev/null +++ b/xr/sepolicy/vr_hwc.te @@ -0,0 +1 @@ +allow vr_hwc untrusted_app_27:binder call; -- cgit v1.2.3