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:
parent
1f082a6ac6
commit
d733520d6b
1 changed files with 18 additions and 0 deletions
|
@ -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" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue