diff --git a/TODO.md b/TODO.md index 41fa7b1..0c59879 100644 --- a/TODO.md +++ b/TODO.md @@ -169,6 +169,12 @@ - Full backward compatibility with existing configurations - 🎯 **Configuration Management**: YAML-based configuration with validation - 🎯 **Security Hardening**: Additional security policies and access controls +- 📋 **Project Relocation**: Move project from $HOME to /opt to eliminate ProtectHome=false requirement + - Relocate development environment from /home/joe/particle-os-tools to /opt/particle-os-tools + - Update all path references and configuration files + - Eliminate need for ProtectHome=false in systemd service for better security + - Update documentation and installation scripts + - Low priority - current setup works but would improve security posture ### Advanced Features - 🎯 **Multi-OS Support**: Support for multiple OS deployments and switching diff --git a/src/apt-ostree.py/docs/CHANGELOG.md b/src/apt-ostree.py/docs/CHANGELOG.md index 7e3d74e..e65b600 100644 --- a/src/apt-ostree.py/docs/CHANGELOG.md +++ b/src/apt-ostree.py/docs/CHANGELOG.md @@ -3,6 +3,12 @@ ## [Unreleased] ### Added +- **Project Relocation Planning**: Added TODO for moving project from $HOME to /opt + - Planned relocation from /home/joe/particle-os-tools to /opt/particle-os-tools + - Will eliminate need for ProtectHome=false in systemd service for better security + - Low priority task to improve security posture while maintaining functionality + - Includes updating path references, configuration files, and documentation + - **Enhanced Logging System**: Comprehensive logging enhancement with advanced features - **Advanced Log Rotation**: Implemented size-based, time-based, and hybrid rotation strategies - Size-based rotation with configurable file size limits