small-packages/luci-app-netdata/root/usr/share/rpcd/acl.d/luci-app-netdata.json
2026-05-10 09:48:30 +08:00

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" ]
}
}
}