public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Disable shell for default users
@ 2022-04-30  2:48 Jiaqing Zhao
  2022-04-30  2:48 ` [PATCH v3 1/3] base-passwd: " Jiaqing Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiaqing Zhao @ 2022-04-30  2:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jiaqing Zhao

This patchset changes the default shell of default users other than
root and sync from /bin/sh to /sbin/nologin to fix potential security
vulnerabilities. This is backported from base-passwd 3.5.30.

Upstream issue trackers:
https://launchpad.net/bugs/216813
https://launchpad.net/bugs/248844

v3:
Fix ptest for sed and strace.
v2:
Fix indentation in bbfile.

Jiaqing Zhao (3):
  base-passwd: Disable shell for default users
  sed: Specify shell for "nobody" user in run-ptest
  strace: Don't run ptest as "nobody"

 .../base-passwd/disable-shell.patch           | 57 +++++++++++++++++++
 .../base-passwd/base-passwd_3.5.29.bb         |  1 +
 meta/recipes-devtools/strace/strace/run-ptest |  6 +-
 meta/recipes-extended/sed/sed/run-ptest       |  2 +-
 4 files changed, 60 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-core/base-passwd/base-passwd/disable-shell.patch

-- 
2.34.1



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

end of thread, other threads:[~2022-04-30  2:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-30  2:48 [PATCH v3 0/3] Disable shell for default users Jiaqing Zhao
2022-04-30  2:48 ` [PATCH v3 1/3] base-passwd: " Jiaqing Zhao
2022-04-30  2:48 ` [PATCH v3 2/3] sed: Specify shell for "nobody" user in run-ptest Jiaqing Zhao
2022-04-30  2:48 ` [PATCH v3 3/3] strace: Don't run ptest as "nobody" Jiaqing Zhao

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