diff --git a/etc/permission-hardening.d/30_default.conf b/etc/permission-hardening.d/30_default.conf index a46abcc..8771aad 100644 --- a/etc/permission-hardening.d/30_default.conf +++ b/etc/permission-hardening.d/30_default.conf @@ -41,7 +41,7 @@ ###################################################################### ## In case you need to use 'su'. See also: -## https://www.whonix.org/wiki/root#su +## https://www.kicksecure.com/wiki/root#su #/bin/su exactwhitelist #/usr/bin/su exactwhitelist diff --git a/usr/libexec/security-misc/pam-abort-on-locked-password b/usr/libexec/security-misc/pam-abort-on-locked-password index 1fc8013..1f454cd 100755 --- a/usr/libexec/security-misc/pam-abort-on-locked-password +++ b/usr/libexec/security-misc/pam-abort-on-locked-password @@ -34,7 +34,7 @@ elif [ "$password_status_field" = "L" ]; then if [ -f /usr/share/whonix/marker ] || [ -f /usr/share/kicksecure/marker ]; then if [ "$PAM_USER" = "root" ]; then echo "$0: ERROR: root account is locked by default. See:" >&2 - echo "https://www.whonix.org/wiki/root" >&2 + echo "https://www.kicksecure.com/wiki/root" >&2 echo "" >&2 exit 4 fi diff --git a/usr/libexec/security-misc/pam-info b/usr/libexec/security-misc/pam-info index eef5733..b560b10 100755 --- a/usr/libexec/security-misc/pam-info +++ b/usr/libexec/security-misc/pam-info @@ -32,7 +32,7 @@ if [ ! "$grep_result" = "" ]; then echo "$0: However, possibly unlock procedure is required." >&2 echo "$0: First boot into recovery mode at grub boot menu and then run above command." >&2 echo "$0: See also:" >&2 - echo "https://www.whonix.org/wiki/root#console" >&2 + echo "https://www.kicksecure.com/wiki/root#console" >&2 echo "" >&2 exit 0 fi @@ -67,7 +67,7 @@ fi # echo "$0: ERROR: Root login is disabled." >&2 # echo "$0: ERROR: This is because /etc/securetty is empty." >&2 # echo "$0: See also:" >&2 -# echo "https://www.whonix.org/wiki/root#login" >&2 +# echo "https://www.kicksecure.com/wiki/root#login" >&2 # echo "" >&2 # exit 0 # fi @@ -136,7 +136,7 @@ if [ "$remaining_attempts" -le "0" ]; then echo "$0: However, most likely unlock procedure is required." >&2 echo "$0: First boot into recovery mode at grub boot menu and then run above command." >&2 echo "$0: See also:" >&2 - echo "https://www.whonix.org/wiki/root#unlock" >&2 + echo "https://www.kicksecure.com/wiki/root#unlock" >&2 echo "" >&2 exit 0 fi