[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 16/20] 10_linux.in: Don't require a password to boot entries gene
From: |
Leo Sandoval |
Subject: |
[PATCH 16/20] 10_linux.in: Don't require a password to boot entries generated by grub-mkconfig. |
Date: |
Mon, 30 Sep 2024 11:43:45 -0600 |
From: Peter Jones <pjones@redhat.com>
When we set a password, we just want that to mean you can't /edit/ an entry.
Resolves: rhbz#1030176
Signed-off-by: Peter Jones <pjones@redhat.com>
---
util/grub.d/10_linux.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
index 901745707..9c31a94de 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
@@ -26,7 +26,7 @@ datarootdir="@datarootdir@"
export TEXTDOMAIN=@PACKAGE@
export TEXTDOMAINDIR="@localedir@"
-CLASS="--class gnu-linux --class gnu --class os"
+CLASS="--class gnu-linux --class gnu --class os --unrestricted"
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
OS="$(sed 's, release .*$,,g' /etc/system-release)"
--
2.46.1
- [PATCH 10/20] commands: Pass "\x[[:hex:]][[:hex:]]" straight through unmolested., (continued)
- [PATCH 10/20] commands: Pass "\x[[:hex:]][[:hex:]]" straight through unmolested., Leo Sandoval, 2024/09/30
- [PATCH 17/20] normal/main: fw_path prefix when fallback searching for grub config, Leo Sandoval, 2024/09/30
- [PATCH 08/20] 20_ppc_terminfo.in: Migrate PPC from Yaboot to Grub2, Leo Sandoval, 2024/09/30
- [PATCH 05/20] normal/menu: Allow "fallback" to include entries by title, not just number., Leo Sandoval, 2024/09/30
- [PATCH 09/20] normal: Add fw_path variable (revised), Leo Sandoval, 2024/09/30
- [PATCH 15/20] Makefile.common: Add .eh_frame to list of relocations stripped, Leo Sandoval, 2024/09/30
- [PATCH 13/20] 00_header.in: Enable pager by default. (#985860), Leo Sandoval, 2024/09/30
- [PATCH 18/20] normal/main: Try mac/guid/etc before grub.cfg on tftp config files., Leo Sandoval, 2024/09/30
- [PATCH 16/20] 10_linux.in: Don't require a password to boot entries generated by grub-mkconfig.,
Leo Sandoval <=
- [PATCH 19/20] 10_linux.in: Generate OS and CLASS in 10_linux from /etc/os-release, Leo Sandoval, 2024/09/30
- [PATCH 20/20] normal/main: Try $prefix if $fw_path doesn't work., Leo Sandoval, 2024/09/30
- [PATCH 11/20] blscfg: add blscfg module to parse Boot Loader Specification snippets, Leo Sandoval, 2024/09/30
- [PATCH 12/20] 10_linux.in: Add devicetree loading, Leo Sandoval, 2024/09/30
- [PATCH 06/20] misc: Make "exit" take a return code., Leo Sandoval, 2024/09/30
- [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus., Leo Sandoval, 2024/09/30
- [PATCH 03/20] ieee1275: Disable GRUB video support for IBM power machines, Leo Sandoval, 2024/09/30