You are not logged in.
bootctl: Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!
is what I saw in my logs.
I was checking my logs to see why my laptop was freezing up. This is a new occurrence, starting today.
I found "bootctl: Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!"
I found that permissions can be set with fstab, but I have no idea what a 'random-seed' is.
Has anybody seen this before, or any idea if it's something I should be looking into?
Offline
Offline
Assuming the boot partition is vfat, add `umask=0077` to the mount options in fstab (or native systemd mount unit). Otherwise `chmod go-rwx /boot`.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline