15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"version": "@VERSION@",
|
|
"priority": -1,
|
|
"bridges": [
|
|
{
|
|
"match": { "superuser": "require" },
|
|
"problem": "access-denied"
|
|
},
|
|
{
|
|
"match": { "superuser": true },
|
|
"problem": "access-denied"
|
|
}
|
|
]
|
|
}
|