From: Michael Tremer Date: Wed, 13 May 2009 13:12:15 +0000 (+0200) Subject: Install pam config of util-linux-ng. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0b87e58457dec11614fed69b950c1040132a53;p=ipfire-3.x.git Install pam config of util-linux-ng. --- diff --git a/lfs/util-linux-ng b/lfs/util-linux-ng index 25c6f942e..db472f0bb 100644 --- a/lfs/util-linux-ng +++ b/lfs/util-linux-ng @@ -123,6 +123,9 @@ ifeq "$(STAGE)" "base" rm -rfv /sbin/{fsck,mkfs}.{bfs,minix} \ /usr/share/man/man*/{fsck,mkfs}.{bfs,minix}* + # PAM + cp -vf $(DIR_CONFIG)/pam.d/login /etc/pam.d/ + #chmod -v -s /bin/mount #setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/mount #chmod -v -s /bin/umount