openwrt-packages/luci-app-gost/root/usr/share/rpcd/acl.d/luci-app-gost.json
2024-03-08 00:03:10 +08:00

12 lines
158 B
JSON

{
"luci-app-gost": {
"description": "Grant UCI access for luci-app-gost",
"read": {
"uci": [ "gost" ]
},
"write": {
"uci": [ "gost" ]
}
}
}