mbox series

[kirkstone,v3,0/3] base-passwd: Disable shell for default users

Message ID 20220513094016.3345337-1-jiaqing.zhao@linux.intel.com
Headers show
Series base-passwd: Disable shell for default users | expand

Message

Jiaqing Zhao May 13, 2022, 9:40 a.m. UTC
Change the shell of all global static users other than root (which
retains /bin/sh) and sync (as /bin/sync is rather harmless) to
/sbin/nologin (as /usr/sbin/nologin does not exist in openembedded)

Davide Gardenal (1):
  base-passwd: Disable shell for default users

Jiaqing Zhao (2):
  sed: Specify shell for "nobody" user in run-ptest
  strace: Don't run ptest as "nobody"

---
Updates:
    - v3: cherry pick related patches to fix ptest issues
    - v2: fix commit message

---

 .../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