ed7ad8aa8a62128b3b561f18d67bbd251374d703
[project/luci.git] / modules / luci-base / root / usr / share / rpcd / acl.d / luci-base.json
1 {
2         "uci-access": {
3                 "description": "Grant uci write access to all configurations",
4                 "read": {
5                         "uci": [ "*" ]
6                 },
7                 "write": {
8                         "uci": [ "*" ]
9                 }
10         }
11 }