From 41880f4325c1ada9ca9b90c192214e3b617a952a Mon Sep 17 00:00:00 2001 From: des Date: Sat, 14 Jun 2003 12:35:05 +0000 Subject: Add a system policy, and have the login and su policies include it rather than duplicate it. This requires OpenPAM Dianthus, which was committed two weeks ago; installing these files on a system running a world older than June 1st, 2003 will cause login(1) and su(1) to fail. --- etc/pam.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/pam.d/Makefile') diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 2832f18..604e1a8 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -2,7 +2,7 @@ NOOBJ= noobj FILES= README ftpd gdm imap kde login other passwd pop3 \ - rexecd rsh sshd su telnetd xdm + rexecd rsh sshd su system telnetd xdm FILESDIR= /etc/pam.d FILESMODE= 644 FILESMODE_README= 444 -- cgit v1.1