mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-04 17:19:20 +00:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|