mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 01:41:51 +08:00
26 lines
529 B
JSON
26 lines
529 B
JSON
{
|
|
"luci-app-netdata": {
|
|
"description": "Grant UCI access for netdata",
|
|
"read": {
|
|
"file": {
|
|
"/etc/netdata/netdata.conf": [ "read" ],
|
|
"/etc/init.d/netdata": [ "exec" ],
|
|
"/usr/bin/openssl passwd -apr1 *": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "read" ]
|
|
},
|
|
"uci": [ "netdata" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/netdata/netdata.conf": [ "write" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "write" ]
|
|
},
|
|
"uci": [ "netdata" ]
|
|
}
|
|
}
|
|
}
|