diff --git a/BUILD.gn b/BUILD.gn index fde39d8562aeea560ec478867f56af38314b9bfb..758f1070db8b0003184713601205e3ce95601f6a 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 95c13fea243844cd7fb1e816530f2a433fd90897..56388fc07f3ef9ce6d1d49a63c0b5007af5b6437 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": [],