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> (cherry picked from commit 1d9067b2715eede8c0e6977f9f1cc77037ff2842)
This commit is contained in:
parent
24471ceb3e
commit
dda30fe7f5
@ -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…
x
Reference in New Issue
Block a user