You are not logged in.
Pages: 1
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
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
Thank for the reply ![]()
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=0077and it worked!
Offline
Pages: 1