0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-27 21:01:39 +00:00
luci/applications/luci-app-ser2net/root/usr/share/rpcd/acl.d/luci-app-ser2net.json

12 lines
165 B
JSON
Raw Normal View History

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