mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
34 lines
547 B
JSON
34 lines
547 B
JSON
{
|
|
"requires": {
|
|
"cockpit": "239"
|
|
},
|
|
"locales": {
|
|
"en-us": "English",
|
|
"zh-cn": "中文(中国)"
|
|
},
|
|
"bridges": [
|
|
{
|
|
"privileged": true,
|
|
"environ": [
|
|
"SUDO_ASKPASS=${libexecdir}/cockpit-askpass"
|
|
],
|
|
"spawn": [
|
|
"sudo",
|
|
"-k",
|
|
"-A",
|
|
"cockpit-bridge",
|
|
"--privileged"
|
|
]
|
|
},
|
|
{
|
|
"privileged": true,
|
|
"spawn": [
|
|
"pkexec",
|
|
"--disable-internal-agent",
|
|
"cockpit-bridge",
|
|
"--privileged"
|
|
]
|
|
}
|
|
]
|
|
}
|