mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
32 lines
715 B
JSON
32 lines
715 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" ],
|
|
"/bin/pidof": [ "exec" ],
|
|
"/bin/ps": [ "exec" ],
|
|
"/bin/ash": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"rc": [ "*" ],
|
|
"file": [ "read" ],
|
|
"luci.netdata": [ "*" ]
|
|
},
|
|
"uci": [ "netdata" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/netdata/netdata.conf": [ "write" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "write" ],
|
|
"luci.netdata": [ "*" ]
|
|
},
|
|
"uci": [ "netdata" ]
|
|
}
|
|
}
|
|
}
|