luci-app-transmission: add ACL definitions

Ref: https://bugs.openwrt.org/index.php?do=details&task_id=3000
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-18 19:33:51 +02:00
parent 1f082a6ac6
commit d733520d6b

View file

@ -0,0 +1,18 @@
{
"luci-app-olsr": {
"description": "Grant UCI access for luci-app-transmission",
"read": {
"file": {
"/usr/share/transmission/web/index.html": [ "list" ]
},
"ubus": {
"file": [ "stat" ],
"service": [ "list" ]
},
"uci": [ "transmission" ]
},
"write": {
"uci": [ "transmission" ]
}
}
}