Files
cockpit_avm/base1/manifest.json
2026-04-21 15:38:57 +08:00

15 lines
287 B
JSON

{
"version": "@VERSION@",
"priority": -1,
"bridges": [
{
"match": { "superuser": "require" },
"problem": "access-denied"
},
{
"match": { "superuser": true },
"problem": "access-denied"
}
]
}