Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Add sub dir for passwd files
@ 2023-11-14 20:34 Joakim Tjernlund
  2023-11-14 20:34 ` [PATCH 1/3] base-passwd: Add PW_SUBDIR Joakim Tjernlund
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Joakim Tjernlund @ 2023-11-14 20:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Joakim Tjernlund

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.

This patchset is to probe wether OE would be interested in such feature


Joakim Tjernlund (3):
  base-passwd: Add PW_SUBDIR
  shadow: Add PW_SUBDIR
  pseudo: Add PW_SUBDIR

 .../base-passwd/base-passwd_3.5.29.bb         | 24 +++--
 meta/recipes-devtools/pseudo/pseudo.inc       | 11 ++-
 .../0001-Define-SUBUID_FILE-SUBGID_FILE.patch | 92 +++++++++++++++++++
 meta/recipes-extended/shadow/shadow.inc       | 30 +++++-
 4 files changed, 142 insertions(+), 15 deletions(-)
 create mode 100644 meta/recipes-extended/shadow/files/0001-Define-SUBUID_FILE-SUBGID_FILE.patch

-- 
2.41.0



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-11-29 12:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 20:34 [PATCH 0/3] Add sub dir for passwd files Joakim Tjernlund
2023-11-14 20:34 ` [PATCH 1/3] base-passwd: Add PW_SUBDIR Joakim Tjernlund
2023-11-14 20:34 ` [PATCH 2/3] shadow: " Joakim Tjernlund
2023-11-15 12:35   ` [OE-core] " Alexander Kanavin
2023-11-15 13:42     ` Joakim Tjernlund
2023-11-15 13:45       ` Alexander Kanavin
2023-11-15 14:06         ` Joakim Tjernlund
2023-11-15 14:11           ` Alexander Kanavin
2023-11-15 16:28           ` Christopher Larson
2023-11-14 20:34 ` [PATCH 3/3] pseudo: " Joakim Tjernlund
2023-11-29 11:56 ` [OE-core] [PATCH 0/3] Add sub dir for passwd files Ross Burton
2023-11-29 12:14   ` Joakim Tjernlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox