mirror of
https://git.openwrt.org/project/luci.git
synced 2025-11-03 15:19:47 +08:00
luci-app-ser2net: add uci read permissions
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
{
|
||||
"luci-app-ser2net": {
|
||||
"description": "Grant access to LuCI app ser2net",
|
||||
"read": {
|
||||
"uci": [ "ser2net" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "ser2net" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user