提交 a566ca3f 编写于 作者: M Mupceet

init: fix bugs

Signed-off-by: NMupceet <laiguizhong@huawei.com>
上级 b685aabe
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
"src-path" : "/system/lib64", "src-path" : "/system/lib64",
"sandbox-path" : "/system/lib64", "sandbox-path" : "/system/lib64",
"sandbox-flags" : [ "bind", "rec", "private" ] "sandbox-flags" : [ "bind", "rec", "private" ]
}, {
"src-path" : "/system/lib",
"sandbox-path" : "/system/lib",
"sandbox-flags" : [ "bind", "rec", "private" ]
}, { }, {
"src-path" : "/system/profile", "src-path" : "/system/profile",
"sandbox-path" : "/system/profile", "sandbox-path" : "/system/profile",
...@@ -79,6 +83,9 @@ ...@@ -79,6 +83,9 @@
"symbol-links" : [{ "symbol-links" : [{
"target-name" : "/system/lib64", "target-name" : "/system/lib64",
"link-name" : "/lib64" "link-name" : "/lib64"
}, {
"target-name" : "/system/lib",
"link-name" : "/lib"
}, { }, {
"target-name" : "/system/bin", "target-name" : "/system/bin",
"link-name" : "/bin" "link-name" : "/bin"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册