From 5232c073328a15cfdde9666ddb90295d99264a16 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Thu, 28 May 2026 14:23:50 +0200 Subject: [PATCH] Fix to improve help text --- grub2/help/security_enable.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/grub2/help/security_enable.html b/grub2/help/security_enable.html index 22b135593..904c06ddd 100644 --- a/grub2/help/security_enable.html +++ b/grub2/help/security_enable.html @@ -1,3 +1,7 @@
Enable password protection
-

Controls whether Webmin writes GRUB superuser password commands into the -generated boot menu. Regenerate the GRUB menu after saving.

+

When enabled, GRUB is configured with a superuser and a +password_pbkdf2 hash. This protects interactive editing and command +line access at the boot menu.

+

Boot entries that are marked --unrestricted can still be started +without a password. The original password is not stored; only the GRUB PBKDF2 +hash is saved in the configured password script.