1 Star 0 Fork 509

miaoatotoo/startup_appspawn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nwebspawn.cfg 885 Bytes
一键复制 编辑 原始数据 按行查看 历史
cheng_jinsong 提交于 2022-10-26 04:17 . appspawn check uid,gid
{
"services" : [{
"name" : "nwebspawn",
"path" : ["/system/bin/nwebspawn",
"--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"],
"socket" : [{
"name" : "NWebSpawn",
"family" : "AF_LOCAL",
"type" : "SOCK_STREAM",
"protocol" : "default",
"permissions" : "0666",
"uid" : "root",
"gid" : "appspawn",
"option" : [
]
}],
"ondemand" : true,
"secon" : "u:r:nwebspawn:s0"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/miaoatotoo/startup_appspawn.git
git@gitee.com:miaoatotoo/startup_appspawn.git
miaoatotoo
startup_appspawn
startup_appspawn
master

搜索帮助