luci-app-omcproxy: add UCI access rules
Fixes: #4042 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
55c1ae40ee
commit
f01b43c698
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"luci-app-omcproxy": {
|
||||||
|
"description": "Grant UCI access for luci-app-omcproxy",
|
||||||
|
"read": {
|
||||||
|
"uci": [ "omcproxy" ]
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"uci": [ "omcproxy" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue