op-packages/luci-app-netdata/root/usr/share/rpcd/acl.d/luci-app-netdata.json
github-actions[bot] b38b5d9d96 🎨 Sync 2026-04-11 03:46:42
2026-04-11 03:46:42 +08:00

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