From 3efbb4bcd885bed7f1ca5aae1efce077d96bc9fa Mon Sep 17 00:00:00 2001 From: y1585740638 Date: Sun, 25 Jun 2023 16:18:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9selinux=E4=BB=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y1585740638 Change-Id: Ic663717b510f3922b3c58a2818b49058e5ea73da --- BUILD.gn | 26 +++++++++++++------------- bundle.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index fde39d85..758f1070 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -131,7 +131,7 @@ ohos_shared_library("libsepol") { ] license_file = "$LIBSEPOL_ROOT_DIR/COPYING" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } ohos_executable("chkcon") { @@ -145,7 +145,7 @@ ohos_executable("chkcon") { ] license_file = "$LIBSEPOL_ROOT_DIR/COPYING" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } ohos_shared_library("libselinux") { @@ -234,7 +234,7 @@ ohos_shared_library("libselinux") { "chipsetsdk_indirect", ] part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } ohos_executable("setenforce") { @@ -249,7 +249,7 @@ ohos_executable("setenforce") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -267,7 +267,7 @@ ohos_executable("getenforce") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -285,7 +285,7 @@ ohos_executable("getfilecon") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -303,7 +303,7 @@ ohos_executable("setfilecon") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -321,7 +321,7 @@ ohos_executable("selinuxexeccon") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -339,7 +339,7 @@ ohos_executable("selinux_check_access") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -357,7 +357,7 @@ ohos_executable("getpidcon") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" install_images = [ "system", "updater", @@ -422,7 +422,7 @@ ohos_executable("checkpolicy") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } ohos_executable("secilc") { @@ -440,7 +440,7 @@ ohos_executable("secilc") { ] license_file = "$LIBSEPOL_ROOT_DIR/COPYING" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } ohos_executable("sefcontext_compile") { @@ -464,5 +464,5 @@ ohos_executable("sefcontext_compile") { ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" part_name = "selinux" - subsystem_name = "security" + subsystem_name = "thirdparty" } 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