luci-app-statistics: allow /etc/group and /etc/passwd access
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9d8e99f9be
commit
1dad678379
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
"cgi-io": [ "read", "exec" ],
|
||||
"file": {
|
||||
"/etc/filesystems": [ "read" ],
|
||||
"/etc/group": [ "read" ],
|
||||
"/etc/passwd": [ "read" ],
|
||||
"/proc/filesystems": [ "read" ],
|
||||
"/proc/interrupts": [ "read" ],
|
||||
"/proc/mounts": [ "read" ],
|
||||
|
|
Loading…
Reference in a new issue