From f980cd0b890e8c65bfc533f28f3d538d82835399 Mon Sep 17 00:00:00 2001 From: steven_q Date: Mon, 29 May 2023 09:43:35 +0800 Subject: [PATCH] fix bound.json Signed-off-by: steven_q Change-Id: I472f2f274f2e8f9fe2623f0247df503ebbe27f14 --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 95c13fea..56388fc0 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/thirdparty_selinux", + "name": "@ohos/selinux", "description": "The CI now uses GitHub Actions to run tests and the SELinux testsuite in a virtual machine. Replace the Travis CI badge with the ones for these workflows.", "version": "3.1", "license": [ @@ -21,7 +21,7 @@ "secilc/COPYING" ], "component": { - "name": "thirdparty_selinux", + "name": "selinux", "subsystem": "thirdparty", "syscap": [], "features": [], -- Gitee