From aabdb8ea2a4bbfb2a49db65d82c4d73cb4aef509 Mon Sep 17 00:00:00 2001 From: yangyuyan Date: Thu, 28 Aug 2025 09:37:41 +0800 Subject: [PATCH] =?UTF-8?q?uitest=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90.Sign?= =?UTF-8?q?ed-off-by:=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangyuyan Change-Id: Ie6edaca141b379a2d4d273665491b71e2f5db141 --- sepolicy/ohos_policy/arkXtest/arkXtest/system/type.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/ohos_policy/arkXtest/arkXtest/system/type.te b/sepolicy/ohos_policy/arkXtest/arkXtest/system/type.te index 90b2f66f3..e8256834a 100644 --- a/sepolicy/ohos_policy/arkXtest/arkXtest/system/type.te +++ b/sepolicy/ohos_policy/arkXtest/arkXtest/system/type.te @@ -95,4 +95,5 @@ developer_only(` allow uitest hiview:unix_dgram_socket { sendto }; allow uitest system_file:file { getattr open read }; + allow uitest foundation:fd { use }; ') -- Gitee