diff --git a/bundle.json b/bundle.json index 089d625155b1c211b412364f54d5cbdd9199abe3..89e3f387efa1376fef16938311385f227b6b6acf 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,7 @@ "init", "ipc", "samgr", - "selinux" + "selinux_adapter" ], "third_party": [ "bounds_checking_function" diff --git a/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/create_idl_hdi.json b/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/create_idl_hdi.json index 1bbe0ae7439c9f55011be8d216132da5201d454f..2bc8c34e7a872b1a517e61d90977e930a9abf4c6 100644 --- a/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/create_idl_hdi.json +++ b/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/create_idl_hdi.json @@ -8,7 +8,7 @@ "info_temp": "${peripheral_name}_host:x:${gid}:\n" }, "selinux":{ - "pre_path": "base/security/selinux/sepolicy/", + "pre_path": "base/security/selinux_adapter/sepolicy/", "type.te": { "path": "ohos_policy/drivers/adapter/vendor", "info_temp": "type ${peripheral_name}_host, hdfdomain, domain;\n",