From 1853f664dd8fea603313afd164604b7fe00b4946 Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Fri, 13 Jan 2023 22:10:17 +0800 Subject: [PATCH] Allow vendor_init to set the touch properties Bug: 211547922 Test: SELinuxUncheckedDenialBootTest Change-Id: I88f9b05cedb6aff7baf9e350b3512d14c92b53da --- touch/stm/sepolicy/vendor_init.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 touch/stm/sepolicy/vendor_init.te diff --git a/touch/stm/sepolicy/vendor_init.te b/touch/stm/sepolicy/vendor_init.te new file mode 100644 index 0000000..74a6666 --- /dev/null +++ b/touch/stm/sepolicy/vendor_init.te @@ -0,0 +1 @@ +set_prop(vendor_init, vendor_touch_dump_path_prop)