You are not logged in.

#1 2025-01-05 00:51:56

amis
Member
Registered: 2025-01-05
Posts: 2

[SOLVED] Security hole from Bootctl

Hello,
While installing Archlinux, I ran Bootctl Install and got the following message.

! Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole! !

Can I just ignore it or is it really a security issue?

Last edited by amis (2025-01-05 03:43:33)

Offline

#2 2025-01-05 01:01:12

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] Security hole from Bootctl

Your question is pretty meaningless but see https://bbs.archlinux.org/viewtopic.php?id=287790 for more on this "hole".


Jin, Jîyan, Azadî

Offline

#3 2025-01-05 03:42:56

amis
Member
Registered: 2025-01-05
Posts: 2

Re: [SOLVED] Security hole from Bootctl

Thank for the reply smile

I modified the fstab to fmask=0077,dmask=0077 but it didn't work.
so what I did was

umount /mnt/boot
chmod 0700 /mnt/boot
mount /dev/BOOT_PARTITION/ /mnt/boot -o uid=0,gid=0,fmask=0077,dmask=0077

and it worked!

Offline

Board footer

Powered by FluxBB