pam: set correct perms for /sbin/unix_chkpwd.
--HG-- extra : convert_revision : f684205ed8cec4a955fea6012fe301c4007debdf
This commit is contained in:
parent
86dae9c2e1
commit
50d3009c27
1 changed files with 2 additions and 0 deletions
|
@ -30,4 +30,6 @@ Add_dependency build flex
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
rm -rf ${DESTDIR}/var
|
rm -rf ${DESTDIR}/var
|
||||||
|
# Fix unix_chkpwd perms.
|
||||||
|
chmod 4755 ${DESTDIR}/sbin/unix_chkpwd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue