mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-24 22:15:02 +00:00
6 lines
136 B
Bash
6 lines
136 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "Enabling faillock in PAM authentication profile"
|
|
|
|
authselect enable-feature with-faillock 1> /dev/null |