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

21 lines
563 B
JSON

{
"luci-app-partexp": {
"description": "Grant access for luci-app-partexp",
"read": {
"ubus": {
"file": ["exec", "list", "stat", "read"],
"uci": ["partexp"],
"partexp": ["get_devices", "get_log", "get_status"]
}
},
"write": {
"ubus": {
"partexp": ["autopart", "save_config"],
"file": ["write"]
},
"file": {
"/etc/config/partexp": ["write"]
}
}
}
}