Hacker News new | ask | show | jobs
by tedunangst 1589 days ago
How do you know somebody hasn't hex edited the kernel to nop out the rng entirely?
1 comments

You usually don't, unless you demand signed kernels and have a secure method of blocking unsigned ones.

But the read-only filesystem issue is something that could happen by accident rather than malicious alteration - for instance some filesystem errors may result in it being mounted RO for safety until the corruption is addressed.