summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xr/sepolicy/untrusted_app_27.te1
-rw-r--r--xr/sepolicy/vr_hwc.te1
2 files changed, 2 insertions, 0 deletions
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;