From 385c668ef834768831f40b12a4e031720e7081d8 Mon Sep 17 00:00:00 2001 From: LHY6968 Date: Tue, 3 Jun 2025 10:40:16 +0800 Subject: [PATCH] change local log permission for pinauth DFX Signed-off-by: LHY6968 Change-Id: I62ee4720ad9f72700017652cf1cab8a5fb37ae1d --- adapter/uhdf2/host/peripheral/hdf_peripheral.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adapter/uhdf2/host/peripheral/hdf_peripheral.cfg b/adapter/uhdf2/host/peripheral/hdf_peripheral.cfg index f2a5312b4..faddbabbb 100644 --- a/adapter/uhdf2/host/peripheral/hdf_peripheral.cfg +++ b/adapter/uhdf2/host/peripheral/hdf_peripheral.cfg @@ -55,7 +55,8 @@ "mkdir /data/service/el0/thermal 0755 thermal thermal", "mkdir /data/service/el0/thermal/sensor 0755 power_host power_host", "mkdir /data/service/el0/thermal/cooling 0755 power_host power_host", - "mkdir /data/service/el1/public/pinauth/ 0700 pin_auth_host pin_auth_host", + "mkdir /data/service/el1/public/pinauth/ 0750 pin_auth_host pin_auth_host", + "chmod 0750 /data/service/el1/public/pinauth/", "mkdir /data/service/el1/public/userauth/ 0700 user_auth_host user_auth_host", "chown power_host system /sys/power/wake_lock", "chown power_host system /sys/power/wake_unlock", -- Gitee