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:
Jo-Philipp Wich 2020-04-12 11:05:18 +02:00
parent 8792a4c3f0
commit c35cb317fe

View file

@ -0,0 +1,11 @@
{
"luci-app-ttyd": {
"description": "Grant UCI access for luci-app-ttyd",
"read": {
"uci": [ "ttyd" ]
},
"write": {
"uci": [ "ttyd" ]
}
}
}