Skip to content

Draft: Support block devices (part deux)

Logan Rathbone requested to merge support-block-devices-part-deux into master

This MR includes a new HexBuffer backend: HexBufferDirect, written primarily to support reading/writing block devices.

At this stage, there is no special mechanism for privilege separation. That is, a normal user will likely need to be added to appropriate groups.

Merge request reports