0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-31 08:21:48 +00:00
Jo-Philipp Wich a7bd96098d luci-app-ser2net: add uci read permissions
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-30 10:18:15 +02:00

12 lines
165 B
JSON

{
"luci-app-ser2net": {
"description": "Grant access to LuCI app ser2net",
"read": {
"uci": [ "ser2net" ]
},
"write": {
"uci": [ "ser2net" ]
}
}
}