luci/modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json
2020-04-15 14:58:54 +02:00

11 lines
173 B
JSON

{
"allow-full-uci-access": {
"description": "Allow full UCI access for legacy applications",
"read": {
"uci": [ "'*" ]
},
"write": {
"uci": [ "'*" ]
}
}
}