The new random(4) needs to have its etc/rc.d/* scripting tightened up.
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
etc/rc.d/random | ||
---|---|---|
48 ↗ | (On Diff #6496) | Oops! Will fix! |
share/man/man5/rc.conf.5 | ||
4057 ↗ | (On Diff #6496) | I'm not sure I understand you completely here. Do you mean this may be the only thing stashing entropy regularly, and this will therefore affect random(4) reliability? If so, I'm not sure you are right; there is a cron job adding stuff to /var/db/entropy/ which I intend to extend. Do you mean that this may be wearing out /boot by excessive writing? If so, is one file write per reboot really that onerous? If so (again), could it go somewhere else? |
share/man/man5/rc.conf.5 | ||
---|---|---|
4057 ↗ | (On Diff #6496) | I mean that this very slightly increases the risk of /boot getting corrupted. A rather minor issue given the importance of /. Also, /boot might be read-only, especially in systems that are more like embedded systems. |
share/man/man5/rc.conf.5 | ||
---|---|---|
4057 ↗ | (On Diff #6496) | Erm, OK, the system owner does have override powers, including the ability to disable its altogether if they wish. Is this acceptable? This reminds me - I need to ensure the loader scripting is OK too. |
share/man/man5/rc.conf.5 | ||
---|---|---|
4057 ↗ | (On Diff #6532) | Can we leave this a system-owner configurable? |
Address review comments.
etc/rc.d/random | ||
---|---|---|
127 ↗ | (On Diff #6532) | Fixing similar elsewhere. |