mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 0/4] PAM
@ 2020-01-27  8:51 Ladislav Michl
  2020-01-27  8:52 ` [ptxdist] [PATCH v2 1/4] pam: new package Ladislav Michl
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ladislav Michl @ 2020-01-27  8:51 UTC (permalink / raw)
  To: ptxdist

Hi there!

Recently I found that for some projects the only remaining utility
I'm using from busybox is login. And that there is no alternative.

Until now... And now you can choose between Busybox' login, util-linux'
login and shadow-utils' login. That said, PTXdist can now build true
desktop disto ;-)

This patchset also introduces GLOBAL_PAM_OPTION and uses it for
new packages, but there's more to do: cifs-utils, cups, ecryptfs-utils,
inetutils, libcgroup, lighttpd, lxc, monit, openssh, openvpn,
policycoreutils, postgresql, proftpd, pureftpd, samba, strongswan,
sudo, systemd, weston and xorg-app-xdm.
Above packages could be easily modified once someone feels need to
do so.

Please note, that no common PAM policy is presented, so you can
use stupid PAM login rule as something to start playing with:
$ cat projectroot/etc/pam.d/login
auth    required        pam_permit.so
account required        pam_permit.so
session required        pam_permit.so

Changelog is provided on per patch basis.

Ladislav Michl (4):
  pam: new package
  Introduce global PAM option
  shadow: new package
  util-linux: optionally build login program

 rules/core-pam.in        |   8 +++
 rules/pam.in             |  10 ++++
 rules/pam.make           |  82 ++++++++++++++++++++++++++
 rules/pre/Rules.make     |   6 ++
 rules/shadow.in          |  26 +++++++++
 rules/shadow.make        | 121 +++++++++++++++++++++++++++++++++++++++
 rules/util-linux-ng.in   |  19 ++++++
 rules/util-linux-ng.make |   5 +-
 8 files changed, 276 insertions(+), 1 deletion(-)
 create mode 100644 rules/core-pam.in
 create mode 100644 rules/pam.in
 create mode 100644 rules/pam.make
 create mode 100644 rules/shadow.in
 create mode 100644 rules/shadow.make

-- 
2.25.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2020-01-29  9:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27  8:51 [ptxdist] [PATCH v2 0/4] PAM Ladislav Michl
2020-01-27  8:52 ` [ptxdist] [PATCH v2 1/4] pam: new package Ladislav Michl
2020-01-27  9:57   ` Roland Hieber
2020-01-27 15:57     ` Ladislav Michl
2020-01-28 10:57       ` Roland Hieber
2020-01-28 19:48         ` [ptxdist] [PATCH v3] " Ladislav Michl
2020-01-29  9:44           ` Roland Hieber
2020-01-27  8:53 ` [ptxdist] [PATCH v2 2/4] Introduce global PAM option Ladislav Michl
2020-01-27  8:53 ` [ptxdist] [PATCH v2 3/4] shadow: new package Ladislav Michl
2020-01-27  8:54 ` [ptxdist] [PATCH v2 4/4] util-linux: optionally build login program Ladislav Michl

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