Files
core/system/base/pam/comar/postInstall.py
T
2015-02-24 11:18:35 +02:00

5 lines
117 B
Python

import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.chmod("/sbin/unix_chkpwd", 04755)