From e661ab6a846a881afd9148eb2ce0cdfb53c20d20 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 17 Oct 2025 10:54:34 +0200 Subject: articles: arch-installation: Fix security risk This makes sure only the `root` user can modify contents of the `/boot` partition and only the `root` user and members of its group can read the content. Otherwise on `bootctl install` two warnings were raised. --- content/articles/arch-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/arch-installation.md b/content/articles/arch-installation.md index 0c2ceb6..beb12d4 100644 --- a/content/articles/arch-installation.md +++ b/content/articles/arch-installation.md @@ -110,7 +110,7 @@ the path `/mnt`. ``` mount /dev/mapper/root /mnt -mount --mkdir /dev/vda1 /mnt/boot +mount --options fmask=7137,dmask=7027 --mkdir /dev/vda1 /mnt/boot ``` The software `reflector` is executed to find appropriate Arch Linux package -- cgit v1.2.3-70-g09d2