Fixes: d733520d6
("luci-app-transmission: add ACL definitions")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"luci-app-transmission": {
|
|
"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" ]
|
|
}
|
|
}
|
|
}
|