diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-03-18 17:21:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 17:21:08 +0200 |
commit | 0af5728700b0b5da30e7713a4596aeadaf537b49 (patch) | |
tree | b5422af7268dac20dda715b5b13fb1b7488b0502 /debian/control | |
parent | 95af91597c94856a38722daa5ea388646f9b735f (diff) | |
parent | 93f02429533fdaa0b520779a82c992f6e3d43466 (diff) | |
download | vyos-1x-0af5728700b0b5da30e7713a4596aeadaf537b49.tar.gz vyos-1x-0af5728700b0b5da30e7713a4596aeadaf537b49.zip |
Merge pull request #4390 from oniko94/feature/T6353-add-password-complexity-validation
T6353: Add password complexity validation for system login user
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index efc008af2..4f1207078 100644 --- a/debian/control +++ b/debian/control @@ -123,6 +123,8 @@ Depends: # Live filesystem tools squashfs-tools, fuse-overlayfs, +# Tools for checking password strength + python3-cracklib, ## End installer auditd, iputils-arping, |