This is required for the user and group ID dropdowns in the configuration. Fixes: #4697 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"luci-app-transmission": {
|
|
"description": "Grant UCI access for luci-app-transmission",
|
|
"read": {
|
|
"file": {
|
|
"/etc/group": [ "read" ],
|
|
"/etc/passwd": [ "read" ],
|
|
"/usr/share/transmission/web/index.html": [ "list" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "stat" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "transmission" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "transmission" ]
|
|
}
|
|
}
|
|
}
|