mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
Add a "writeable" policy option to the ahci_drv and part_blk Block servers and default from writeable to ready-only. Should a policy permit write acesss the session request argument "writeable" may still downgrade a session to ready-only. Fix #2469
This directory contains a HTTP client that implements Genode's block session interface as a front-end. This way you can incorporate arbitrary files via. HTTP requests and export them as a block device within Genode. Usage ----- Config file snippet: !<start name="http_blk"> ! <resource name="RAM" quantum="1M" /> ! <provides><service name="Block"/></provides> <!-- Mandatory --> ! <config uri="http://kc86.genode.labs:80/file.iso" block_size=2048/> !</start>