Files
secureblue/config/scripts/authselect.sh

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