From a586ba7d501bba46dda63f19245b51b2348e2397 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Fri, 4 Sep 2020 14:23:14 -0600 Subject: [PATCH] msm8974-common: sepolicy: Quiet vold finding the bootctl hwservice * We don't have this Change-Id: I879f9b30e94c153dfec30ef369ae0ca31e3ab3d7 --- sepolicy/common/vold.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/common/vold.te b/sepolicy/common/vold.te index 352f411..45ab80f 100644 --- a/sepolicy/common/vold.te +++ b/sepolicy/common/vold.te @@ -10,3 +10,5 @@ allow vold { allowxperm vold vold_device:blk_file ioctl 0x1271; allowxperm vold vold_device:blk_file ioctl BLKROGET; + +dontaudit vold hal_bootctl_hwservice:hwservice_manager find;