{ "version": "215", "requires": { "cockpit": "134.x" }, "locales": { "ca-es": "català", "cs-cz": "čeština", "de-de": "Deutsch", "en-us": "English", "es-es": "español", "fr-fr": "français", "it-it": "italiano", "ja-jp": "日本語", "ko-kr": "한국어", "nl-nl": "Nederlands", "pl-pl": "polski", "pt-br": "português (Brasil)", "ru-ru": "русский", "sv-se": "svenska", "uk-ua": "Українська", "zh-cn": "中文(中国)", "zh-tw": "中文(台灣)" }, "bridges": [ { "match": { "superuser": null }, "spawn": [ "/usr/bin/pkexec", "--disable-internal-agent", "cockpit-bridge", "--privileged" ], "privileged": true }, { "match": { "superuser": null }, "environ": [ "SUDO_ASKPASS=/usr/lib/cockpit/cockpit-askpass" ], "spawn": [ "/usr/bin/sudo", "-A", "cockpit-bridge", "--privileged" ], "privileged": true } ] }