lede/package/lean/luci-app-fogvdn/root/usr/share/rpcd/acl.d/luci-app-fogvdn.json
2025-03-07 15:10:15 +08:00

18 lines
287 B
JSON

{
"luci-app-fogvdn": {
"description": "Grant UCI access for luci-app-fogvdn",
"read": {
"file": {
"/etc/pear/pear_monitor/*": [ "read" ]
},
"uci": ["fogvdn"]
},
"write": {
"file": {
"/etc/pear/pear_monitor/*": [ "write" ]
},
"uci": ["fogvdn"]
}
}
}