- 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
8 lines
No EOL
264 B
JSON
8 lines
No EOL
264 B
JSON
{
|
|
"users": [
|
|
{"username": "admin", "role": "admin", "enabled": true},
|
|
{"username": "john", "role": "package_manager", "enabled": true},
|
|
{"username": "jane", "role": "viewer", "enabled": false}
|
|
],
|
|
"roles": ["admin", "package_manager", "viewer"]
|
|
} |