From 20c4f4090c0f46d24dd23a4f7273bc203ccb944b Mon Sep 17 00:00:00 2001 From: Andrew LeCain Date: Mon, 26 Jul 2021 21:07:49 -0700 Subject: [PATCH] Set owner for mfg_data partiton. Enable the FP HAL to read from the mfg_data partition chowning to system Bug: 193549276 Test: sideload cal with valid signature. auth. enroll. Change-Id: I0897e545dc368782587ae031716012a806d05485 --- conf/ueventd.gs101.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/ueventd.gs101.rc b/conf/ueventd.gs101.rc index ebe8d95b..d785fc87 100644 --- a/conf/ueventd.gs101.rc +++ b/conf/ueventd.gs101.rc @@ -168,6 +168,9 @@ # Storage: for factory reset protection feature /dev/block/by-name/frp 0660 system system +# Storage: for calibration data sideload feature +/dev/block/by-name/mfg_data 0660 system system + # TPU /dev/abrolhos 0660 system system