From 714988dc45937367fd4a97fd634ea5539738134a Mon Sep 17 00:00:00 2001 From: Chenyang Zhong Date: Thu, 31 Mar 2022 10:09:20 -0400 Subject: [PATCH] sdm710-common: sepolicy: allow apps to get aux camera prop Signed-off-by: Chenyang Zhong --- sepolicy/public/domain.te | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sepolicy/public/domain.te diff --git a/sepolicy/public/domain.te b/sepolicy/public/domain.te new file mode 100644 index 0000000..c01a41c --- /dev/null +++ b/sepolicy/public/domain.te @@ -0,0 +1,2 @@ +# Allow apps to get aux camera prop +get_prop(domain, vendor_persist_camera_prop)