1 Star 0 Fork 436

xiongchangwu/startup_appspawn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nativespawn.cfg 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
王达 提交于 2024-08-30 21:24 . 新增测试用例看护
{
"services" : [{
"name" : "nativespawn",
"path" : ["/system/bin/nativespawn",
"-mode appspawn",
"--process-name com.ohos.appspawn.startup --start-flags daemon --type standard ",
"--sandbox-switch on --bundle-name com.ohos.appspawn.startup --app-operate-type operate ",
"--render-command command --app-launch-type singleton --app-visible true"],
"uid" : "root",
"gid" : ["root"],
"importance" : -20,
"socket" : [{
"name" : "NativeSpawn",
"family" : "AF_LOCAL",
"type" : "SOCK_STREAM",
"protocol" : "default",
"permissions" : "0660",
"uid" : "root",
"gid" : "appspawn",
"option" : [
]
}],
"start-mode" : "boot",
"sandbox" : 0,
"ondemand" : true,
"secon" : "u:r:nativespawn:s0"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiongchangwu1/startup_appspawn.git
git@gitee.com:xiongchangwu1/startup_appspawn.git
xiongchangwu1
startup_appspawn
startup_appspawn
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385