mirror of
https://gitee.com/openharmony/startup_appspawn
synced 2024-11-22 22:50:21 +00:00
add setuid
Signed-off-by: yh <yanghao236@huawei.com> Change-Id: I0c281a950a3fb924d43ba4103f378459ff451a52
This commit is contained in:
parent
69570cc861
commit
3ea19bb7da
@ -8,6 +8,7 @@
|
||||
"--render-command command --app-launch-type singleton --app-visible true"],
|
||||
"uid" : "root",
|
||||
"gid" : ["root"],
|
||||
"setuid" : true,
|
||||
"importance" : -20,
|
||||
"socket" : [{
|
||||
"name" : "CJAppSpawn",
|
||||
|
@ -8,6 +8,7 @@
|
||||
"--render-command command --app-launch-type singleton --app-visible true"],
|
||||
"uid" : "root",
|
||||
"gid" : ["root"],
|
||||
"setuid" : true,
|
||||
"importance" : -20,
|
||||
"socket" : [{
|
||||
"name" : "NativeSpawn",
|
||||
|
Loading…
Reference in New Issue
Block a user