luci/applications/luci-app-ttyd/root/usr/share/rpcd/acl.d/luci-app-ttyd.json

12 lines
158 B
JSON
Raw Normal View History

{
"luci-app-ttyd": {
"description": "Grant UCI access for luci-app-ttyd",
"read": {
"uci": [ "ttyd" ]
},
"write": {
"uci": [ "ttyd" ]
}
}
}