From 48e520b1d24cc429e52ddf2cf1f00d2cc1334c79 Mon Sep 17 00:00:00 2001 From: LHY6968 Date: Wed, 25 Jun 2025 11:10:33 +0800 Subject: [PATCH] change permission for pinauth local log dict Signed-off-by: LHY6968 Change-Id: Ie59f23c308940f19bb9c434a537eb6a60f3da78c --- 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