Commit graph

7 commits

Author SHA1 Message Date
Joe Particle
8faf8fdb38 feat: Complete systemd service integration for apt-ostree daemon
- Created apt-ostreed.service with security hardening and OSTree integration
- Added D-Bus activation service file for auto-startup
- Enhanced install.sh with complete service file management
- Implemented proper directory structure and permissions
- Added comprehensive CHANGELOG.md for apt-ostree.py project
- Updated TODO.md to reflect completed systemd integration work
- Merged install-service.sh functionality into main install.sh
- Added production-ready security features and D-Bus policy

This completes the systemd service integration phase, making the daemon
ready for production deployment with proper service management.
2025-07-16 05:02:53 +00:00
Joe Particle
4209582a13 feat: Implement package management D-Bus methods with client registration
Some checks failed
Compile apt-layer (v2) / compile (push) Has been cancelled
- Add InstallPackages and RemovePackages methods to Sysroot interface
- Implement automatic client registration for D-Bus method calls
- Add client authorization with root/sudo group validation
- Confirm transaction management system working with UUID tracking
- Test all methods successfully with proper D-Bus type handling
- Update CHANGELOG.md with package management milestone
- Update TODO.md to reflect completed daemon integration

The apt-ostree daemon now has a complete package management interface
with working D-Bus methods, client management, and transaction tracking.
Ready for integration with apt-layer.sh for actual package operations.
2025-07-16 04:57:24 +00:00
Joe Particle
9d0fd2ca67 feat: Fix D-Bus type compatibility and establish successful daemon communication
Some checks failed
Compile apt-layer (v2) / compile (push) Has been cancelled
- Fix D-Bus type errors by flattening status dictionary
- Remove nested 'config' dictionary that caused TypeError
- Convert all values to D-Bus-compatible types (string, int, bool, double)
- Confirm production security policy working (root-only access)
- Successfully test GetStatus method with valid response
- Update D-Bus policy to allow root access to specific interfaces
- Update CHANGELOG.md with D-Bus communication milestone
- Update TODO.md to reflect completed daemon integration

The apt-ostree daemon now has working D-Bus communication with proper
type handling and production-ready security policies. Ready for full
integration with apt-layer.sh client.
2025-07-16 04:53:23 +00:00
Joe Particle
883fa1e70f feat: Implement production D-Bus security policy with root-only access
Some checks failed
Compile apt-layer (v2) / compile (push) Has been cancelled
- Update D-Bus policy for production use (root-only access)
- Document production vs development policy rationale
- Enhance D-BUS.md with security considerations
- Update CHANGELOG.md with production security hardening
- Update TODO.md to reflect completed security improvements

This change implements a production-ready security model where only root
users can access the apt-ostree daemon, which is appropriate since all
operations (package installation, OSTree commits, ComposeFS management)
inherently require root privileges. This eliminates the need for complex
PolicyKit authorization rules and provides clear security boundaries.
2025-07-16 04:28:28 +00:00
Joe Particle
3d11430795 docs: add D-Bus policy requirements, automate policy install, improve install.sh robustness 2025-07-16 03:49:35 +00:00
Joe Particle
10884eacb6 docs: update CHANGELOG and TODO for VM daemon integration and entry point diagnosis 2025-07-16 03:33:02 +00:00
74c7bede5f Initial commit: Particle-OS tools repository
- Complete Particle-OS rebranding from uBlue-OS
- Professional installation system with standardized paths
- Self-initialization system with --init and --reset commands
- Enhanced error messages and dependency checking
- Comprehensive testing infrastructure
- All source scriptlets updated with runtime improvements
- Clean codebase with redundant files moved to archive
- Complete documentation suite
2025-07-11 21:14:33 -07:00