未验证 提交 b6870757 编写于 作者: O openharmony_ci 提交者: Gitee

!518 将 appdata-sandbox.json 应用沙箱配置文件放到 sandbox目录下

Merge pull request !518 from zyj-alex/zhengyongjun/sandbox-config
...@@ -383,6 +383,12 @@ if (defined(ohos_lite)) { ...@@ -383,6 +383,12 @@ if (defined(ohos_lite)) {
module_install_dir = "etc/sandbox" module_install_dir = "etc/sandbox"
} }
ohos_prebuilt_etc("appdata-sandbox.json") {
source = "//base/startup/appspawn_standard/appdata-sandbox.json"
part_name = "init"
module_install_dir = "etc/sandbox"
}
ohos_prebuilt_etc("init.reboot") { ohos_prebuilt_etc("init.reboot") {
source = "//base/startup/init_lite/services/etc/init.reboot.cfg" source = "//base/startup/init_lite/services/etc/init.reboot.cfg"
part_name = "init" part_name = "init"
...@@ -392,6 +398,7 @@ if (defined(ohos_lite)) { ...@@ -392,6 +398,7 @@ if (defined(ohos_lite)) {
group("init_etc") { group("init_etc") {
deps = [ deps = [
":app-sandbox.json", ":app-sandbox.json",
":appdata-sandbox.json",
":boot.group", ":boot.group",
":charing.group", ":charing.group",
":chipset-sandbox.json", ":chipset-sandbox.json",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册