From 50d3009c2705bd308b6dfb890291a891d47730fa Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 21 Apr 2009 18:07:01 +0200 Subject: [PATCH] pam: set correct perms for /sbin/unix_chkpwd. --HG-- extra : convert_revision : f684205ed8cec4a955fea6012fe301c4007debdf --- templates/pam/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/pam/template b/templates/pam/template index 35ca28b4efd..04f098c42f5 100644 --- a/templates/pam/template +++ b/templates/pam/template @@ -30,4 +30,6 @@ Add_dependency build flex post_install() { rm -rf ${DESTDIR}/var + # Fix unix_chkpwd perms. + chmod 4755 ${DESTDIR}/sbin/unix_chkpwd }