pam: set correct perms for /sbin/unix_chkpwd.
--HG-- extra : convert_revision : f684205ed8cec4a955fea6012fe301c4007debdf
This commit is contained in:
parent
86dae9c2e1
commit
50d3009c27
|
@ -30,4 +30,6 @@ Add_dependency build flex
|
|||
post_install()
|
||||
{
|
||||
rm -rf ${DESTDIR}/var
|
||||
# Fix unix_chkpwd perms.
|
||||
chmod 4755 ${DESTDIR}/sbin/unix_chkpwd
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue