On 14 Nov 2023, at 20:34, Joakim Tjernlund via lists.openembedded.org <[email protected]> wrote: > > These patches adds the possibility to store passwd/shadow files > in a sub dir, like /etc/pwdb > In a RO Root FS one can bind mount a writeable dir on /etc/pwdb > to support password changes etc.
What’s so special about passwd/shadow that they need special treatment in for read-only rootfs? What happens when you next want to support changes to /etc/group: do we add another variable for that, or re-use PW_SUBDIR? What about /etc/hostname? This has a scaling problem: it’s solving your one particular problem but not the general problem. Anyway, isn’t this a solved problem by using overlayfs? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#191446): https://lists.openembedded.org/g/openembedded-core/message/191446 Mute This Topic: https://lists.openembedded.org/mt/102591944/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
