luci-app-ttyd: add ACL rules
Ref: https://github.com/openwrt/luci/issues/3902#issuecomment-612551325 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
8792a4c3f0
commit
c35cb317fe
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"luci-app-ttyd": {
|
||||||
|
"description": "Grant UCI access for luci-app-ttyd",
|
||||||
|
"read": {
|
||||||
|
"uci": [ "ttyd" ]
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"uci": [ "ttyd" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue