mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-27 16:25:27 -04:00
comments
This commit is contained in:
parent
173606891a
commit
39f4f5b607
7 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ passwd_bin="$(type -P -- "passwd")"
|
|||
if ! test -x "$passwd_bin" ; then
|
||||
echo "\
|
||||
$0: ERROR: passwd_bin \"$passwd_bin\" is not executable.
|
||||
See https://www.whonix.org/wiki/SUID_Disabler_and_Permission_Hardener#passwd" >&2
|
||||
See https://www.kicksecure.com/wiki/SUID_Disabler_and_Permission_Hardener#passwd" >&2
|
||||
## Identifiable exit codes in case stdout / stderr is not logged in journal.
|
||||
exit 2
|
||||
fi
|
||||
|
|
|
@ -116,7 +116,7 @@ fi
|
|||
##
|
||||
## https://askubuntu.com/questions/983183/how-lock-the-unlock-screen-after-wrong-password-attempts
|
||||
##
|
||||
## https://www.whonix.org/pipermail/whonix-devel/2019-September/001439.html
|
||||
## https://web.archive.org/web/20200919221439/https://www.whonix.org/pipermail/whonix-devel/2019-September/001439.html
|
||||
##
|
||||
## Checking exit code to avoid breaking when read-only disk boot but
|
||||
## without ro-mode-init or grub-live being used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue