secubox-openwrt/package/secubox/luci-app-secubox-bonus/root/usr/share/rpcd/acl.d/luci-app-secubox-bonus.json
CyberMind-FR c090308dbd feat: Add local package store to luci-app-secubox-bonus
- Add embed_local_feed() to local-build.sh that copies built packages
  into bonus app as /www/secubox-feed/ for offline installation
- Generate Packages index and apps-local.json manifest for opkg
- Add RPCD backend (luci.secubox-store) for package install/remove
- Add LuCI view for browsing and managing local packages
- Fix OPENWRT_ONLY_PACKAGES to allow secubox-app-* wrappers in SDK build
- Remove experimental python3-* packages (unfinished mitmproxy native plan)
- Set rootfs partition size to 16GB for larger overlay
- Bump luci-app-secubox-bonus to v0.2.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 09:15:19 +01:00

23 lines
419 B
JSON

{
"luci-app-secubox-bonus": {
"description": "Grant access to SecuBox local package store",
"read": {
"ubus": {
"luci.secubox-store": [
"list_packages",
"get_package_info",
"get_feed_status"
]
}
},
"write": {
"ubus": {
"luci.secubox-store": [
"install_package",
"remove_package"
]
}
}
}
}