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:
parent
d4ab37d9a0
commit
1d9067b271
1 changed files with 2 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue