Skip to content

Commit

Permalink
fix permissions on unix_chkpwd that is appeared with pam update
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Vinichenko committed Jun 26, 2016
1 parent 1dea87f commit 07277b2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -202,4 +202,6 @@ pkg_postinst() {
elog " chmod -x /var/log/tallylog"
elog ""
fi
chmod 4711 ${ROOT}/sbin/unix_chkpwd || die "chmod failed"

}

0 comments on commit 07277b2

Please sign in to comment.