mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-27 18:30:52 +00:00
0689dad6f2
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
19 lines
473 B
INI
19 lines
473 B
INI
{
|
|
"services" : [{
|
|
"name" : "console",
|
|
"path" : ["/system/bin/sh"],
|
|
"disabled" : 1,
|
|
"console" : 1,
|
|
"sandbox" : 0,
|
|
"uid" : "shell",
|
|
"gid" : ["shell", "log", "readproc"],
|
|
"ondemand" : true,
|
|
"jobs" : {
|
|
"on-start" : "services:console"
|
|
},
|
|
"caps" : ["SETGID", "SETUID"],
|
|
"secon" : "u:r:console:s0"
|
|
}
|
|
]
|
|
}
|