From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1iw071-0005R3-Or for ptxdist@pengutronix.de; Mon, 27 Jan 2020 09:51:16 +0100 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23992495AbgA0IvOOHhRd (ORCPT ); Mon, 27 Jan 2020 09:51:14 +0100 Date: Mon, 27 Jan 2020 09:51:11 +0100 From: Ladislav Michl Message-ID: <20200127085111.GA901743@lenoch> MIME-Version: 1.0 Content-Disposition: inline Subject: [ptxdist] [PATCH v2 0/4] PAM List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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