add setuid

Signed-off-by: yh <yanghao236@huawei.com>
Change-Id: I0c281a950a3fb924d43ba4103f378459ff451a52
This commit is contained in:
yh 2024-10-26 15:23:56 +08:00
parent 69570cc861
commit 3ea19bb7da
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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",