Files
cockpit_avm/base1/manifest.json

15 lines
287 B
JSON
Raw Normal View History

2026-04-21 15:38:57 +08:00
{
"version": "@VERSION@",
"priority": -1,
"bridges": [
{
"match": { "superuser": "require" },
"problem": "access-denied"
},
{
"match": { "superuser": true },
"problem": "access-denied"
}
]
}