From 74187f1573ffa6e6f5abb7a376d5da79572afa08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B0=B8=E5=BF=A0?= Date: Tue, 2 Sep 2025 03:33:33 +0000 Subject: [PATCH] modify syscap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王永忠 --- bundle.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 1a9d2b3..933edd3 100644 --- a/bundle.json +++ b/bundle.json @@ -12,9 +12,7 @@ "component": { "name": "dataclassification", "subsystem": "security", - "syscap": [ - "SystemCapability.Security.DataTransitManager" - ], + "syscap": [], "features": [ "dataclassification_feature_enabled" ], -- Gitee