luci-app-transmission: grant access to group and passwd files

This is required for the user and group ID dropdowns in the
configuration.

Fixes: #4697
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2021-09-24 20:08:59 +02:00
parent d4ab37d9a0
commit 1d9067b271

View file

@ -3,6 +3,8 @@
"description": "Grant UCI access for luci-app-transmission",
"read": {
"file": {
"/etc/group": [ "read" ],
"/etc/passwd": [ "read" ],
"/usr/share/transmission/web/index.html": [ "list" ]
},
"ubus": {