NixOS must enforce a 60-day maximum password lifetime restriction.
An XCCDF Rule
Description
Any password, no matter how complex, can eventually be cracked. Therefore, passwords need to be changed periodically. If the operating system does not limit the lifetime of passwords and force users to change their passwords, there is the risk that the operating system passwords could be compromised.
- ID
- SV-268133r1039287_rule
- Version
- ANIX-00-000800
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure NixOS operating system to enforce a 60-day maximum password lifetime.
Add/modify /etc/nixos/configuration.nix to include the following lines:
environment.etc."login.defs".text = pkgs.lib.mkForce ''
PASS_MAX_DAYS 60