mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-16 05:49:25 -04:00
output
This commit is contained in:
parent
ef8515ba82
commit
0801b96ae7
1 changed files with 3 additions and 3 deletions
|
@ -124,7 +124,7 @@ fi
|
||||||
# if [ "$grep_result" = "" ]; then
|
# if [ "$grep_result" = "" ]; then
|
||||||
# printf '%s\n' "\
|
# printf '%s\n' "\
|
||||||
# $0: ERROR: Root login is disabled.
|
# $0: ERROR: Root login is disabled.
|
||||||
# ERROR: This is because /etc/securetty is empty.
|
# ERROR: This is because file '/etc/securetty' is empty.
|
||||||
# See also:
|
# See also:
|
||||||
# https://www.kicksecure.com/wiki/root#login
|
# https://www.kicksecure.com/wiki/root#login
|
||||||
# " >&2
|
# " >&2
|
||||||
|
@ -192,7 +192,7 @@ pam_faillock_output_count="$(printf '%s\n' "$pam_faillock_output" | wc -l)"
|
||||||
|
|
||||||
if [[ "$deny" == *[!0-9]* ]]; then
|
if [[ "$deny" == *[!0-9]* ]]; then
|
||||||
printf '%s\n' "\
|
printf '%s\n' "\
|
||||||
$0: ERROR: Variable pam_faillock_output_count is not numeric. pam_faillock_output_count: '$deny'
|
$0: ERROR: Variable 'pam_faillock_output_count' is not numeric. pam_faillock_output_count: '$deny'
|
||||||
ERROR: Please report this bug.
|
ERROR: Please report this bug.
|
||||||
" >&2
|
" >&2
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -228,7 +228,7 @@ fi
|
||||||
|
|
||||||
if [[ "$deny" == *[!0-9]* ]]; then
|
if [[ "$deny" == *[!0-9]* ]]; then
|
||||||
printf '%s\n' "\
|
printf '%s\n' "\
|
||||||
$0: ERROR: deny is not numeric. deny: '$deny'
|
$0: ERROR: Variable 'deny' is not numeric. deny: '$deny'
|
||||||
ERROR: Please report this bug.
|
ERROR: Please report this bug.
|
||||||
" >&2
|
" >&2
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue