!112 security-tool add grub2 password for legacy
From: @zhangruifang2020 Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
24573fa1b5
25
security-tool-add-grub2-password-for-legacy.patch
Normal file
25
security-tool-add-grub2-password-for-legacy.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 28be480fbcfe18f008948642493cbba612c8c685 Mon Sep 17 00:00:00 2001
|
||||||
|
From: yueyuankun <yueyuankun@kylinos.cn>
|
||||||
|
Date: Fri, 9 Jun 2023 17:17:17 +0800
|
||||||
|
Subject: [PATCH] add grub2 password for legacy
|
||||||
|
|
||||||
|
---
|
||||||
|
security-tool.sh | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/security-tool.sh b/security-tool.sh
|
||||||
|
index 0877081..5939f44 100644
|
||||||
|
--- a/security-tool.sh
|
||||||
|
+++ b/security-tool.sh
|
||||||
|
@@ -948,6 +948,8 @@ function fn_harden_grub2()
|
||||||
|
echo -e "cat <<EOF\nset superusers="root"\npassword_pbkdf2 root grub.pbkdf2.sha512.10000.5A45748D892672FDA02DD3B6F7AE390AC6E6D532A600D4AC477D25C7D087644697D8A0894DFED9D86DC2A27F4E01D925C46417A225FC099C12DBD3D7D49A7425.2BD2F5BF4907DCC389CC5D165DB85CC3E2C94C8F9A30B01DACAA9CD552B731BA1DD3B7CC2C765704D55B8CD962D2AEF19A753CBE9B8464E2B1EB39A3BB4EAB08\nEOF\n" >> /etc/grub.d/00_header
|
||||||
|
if [ -d /boot/efi/EFI/openEuler -a -d /sys/firmware/efi ]; then
|
||||||
|
grub2-mkconfig -o /boot/efi/EFI/openEuler/grub.cfg
|
||||||
|
+ else
|
||||||
|
+ grub2-mkconfig -o /boot/grub2/grub.cfg
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
# Function Name: fn_harden_sysctl
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,7 +1,7 @@
|
|||||||
Summary: openEuler Security Tool
|
Summary: openEuler Security Tool
|
||||||
Name : security-tool
|
Name : security-tool
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 1.76
|
Release: 1.77
|
||||||
Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz
|
Source0: https://gitee.com/openeuler/security-tool/repository/archive/v2.0.tar.gz
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/security-tool
|
URL: https://gitee.com/openeuler/security-tool
|
||||||
@ -15,6 +15,7 @@ BuildRequires: xauth
|
|||||||
|
|
||||||
Patch0: Use-secure-MACs-and-KexAlgorithms.patch
|
Patch0: Use-secure-MACs-and-KexAlgorithms.patch
|
||||||
Patch1: do-not-create-allow-file-while-the-command-does-not-.patch
|
Patch1: do-not-create-allow-file-while-the-command-does-not-.patch
|
||||||
|
Patch2: security-tool-add-grub2-password-for-legacy.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
openEuler Security Tool
|
openEuler Security Tool
|
||||||
@ -119,6 +120,9 @@ fi
|
|||||||
%attr(0500,root,root) %{_sbindir}/security-tool.sh
|
%attr(0500,root,root) %{_sbindir}/security-tool.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 11 2024 zhangruifang <zhangruifang@h-partners.com> - 2.0-1.77
|
||||||
|
- security-tool add grub2 password for legacy
|
||||||
|
|
||||||
* Mon Aug 29 2022 liweiganga <liweiganga@uniontech.com> - 2.0-1.76
|
* Mon Aug 29 2022 liweiganga <liweiganga@uniontech.com> - 2.0-1.76
|
||||||
- fix sed keyword error in /etc/pam.d/crond
|
- fix sed keyword error in /etc/pam.d/crond
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user