- Add comprehensive file permissions documentation to all 15 Makefiles - Standardized comment block explains: - RPCD scripts: 755 (CRITICAL - required for ubus calls) - Helper scripts: 755 (if executable) - Config files: 644 (readable by all) - CSS/JS files: 644 (set automatically by luci.mk) - Ensures consistency and clarity for developers - Critical for proper module functionality (RPCD must be executable) - Follows OpenWrt package best practices Affected modules: - luci-app-auth-guardian - luci-app-bandwidth-manager - luci-app-cdn-cache - luci-app-client-guardian - luci-app-crowdsec-dashboard - luci-app-ksm-manager - luci-app-media-flow - luci-app-netdata-dashboard - luci-app-netifyd-dashboard - luci-app-network-modes - luci-app-secubox (includes fix-permissions.sh helper) - luci-app-system-hub - luci-app-traffic-shaper - luci-app-vhost-manager - luci-app-wireguard-dashboard |
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| demo | ||
| htdocs/luci-static/resources | ||
| root | ||
| Makefile | ||
| README.md | ||
Auth Guardian for OpenWrt
Version: 1.0.0
Last Updated: 2025-12-28
Status: Active
Comprehensive authentication and session management system.
Features
🎨 Captive Portal
- Customizable splash pages
- Logo and branding support
- Terms of service acceptance
🔑 OAuth Integration
- Google Sign-In
- GitHub Authentication
- Facebook Login
- Twitter/X Login
🎟️ Voucher System
- Generate access codes
- Time-limited validity
- Bandwidth restrictions
🍪 Session Management
- Secure cookies (HttpOnly, SameSite)
- Session timeout control
- Concurrent session limits
⏭️ Bypass Rules
- MAC whitelist
- IP whitelist
- Domain exceptions
Installation
opkg update
opkg install luci-app-auth-guardian
License
MIT License - CyberMind Security