Abhishekmishra2808 commented on PR #18396:
URL: https://github.com/apache/nuttx/pull/18396#issuecomment-4002493159
@cederom! I've addressed the feedback
* Moved the passwd generation config from `sched/Kconfig` to
`boards/Kconfig`.
* Renamed the option to `CONFIG_BOARD_ETC_ROMFS_PASSWD_ENABLE`.
* Updated references in `boards/Board.mk` and `cmake/nuttx_add_romfs.cmake`.
* Split the changes into three commits: (noted this for future :) )
1. `tools/mkpasswd`: add host tool for build-time passwd hashing
2. `boards`: add `CONFIG_BOARD_ETC_ROMFS_PASSWD_ENABLE`
3. `Documentation`: describe build-time passwd generation
Documentation and commit messages were updated to clarify that `/etc/passwd`
entries are generated at build time using TEA hashing.
Please let me know if anything else should be adjusted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]