luci-app-ser2net: add uci read permissions
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
7b0b99650d
commit
a7bd96098d
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"luci-app-ser2net": {
|
"luci-app-ser2net": {
|
||||||
"description": "Grant access to LuCI app ser2net",
|
"description": "Grant access to LuCI app ser2net",
|
||||||
|
"read": {
|
||||||
|
"uci": [ "ser2net" ]
|
||||||
|
},
|
||||||
"write": {
|
"write": {
|
||||||
"uci": [ "ser2net" ]
|
"uci": [ "ser2net" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue