todo.md: document moby kaslr failings

This commit is contained in:
Colin 2024-05-21 01:11:02 +00:00
parent cda70b2a16
commit b8a7ac8c95

View File

@ -18,6 +18,11 @@
- ringer (i.e. dino incoming call) doesn't prevent moby from sleeping
- sway mouse/kb hotplug doesn't work
- sysvol (volume overlay): when casting with `blast`, sysvol doesn't react to volume changes
- moby: kaslr is effectively disabled
- `dmesg | grep "KASLR disabled due to lack of seed"`
- fix by adding `kaslrseed` to uboot script before `booti`
- <https://github.com/armbian/build/pull/4352>
- not sure how that's supposed to work with tow-boot; maybe i should just update tow-boot
## REFACTORING:
- REMOVE DEPRECATED `crypt` from sftpgo_auth_hook