diff options
-rwxr-xr-x | share/msec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/msec.py b/share/msec.py index 173506c..2aab07a 100755 --- a/share/msec.py +++ b/share/msec.py @@ -139,9 +139,9 @@ if level >= 4: allow_reboot(0) enable_at_crontab(0) if level == 4: - password_aging(60) + password_aging(60, 30) else: - password_aging(30) + password_aging(30, 15) else: set_user_umask('022') set_shell_history_size(-1) |