hermit-os/uhyve
Make error handling's fataility of open/read/write a parameter
Aperta
#1245 aperta il 6 feb 2026
enhancementfeature/file systemfeature/securitygood first issuelow priority
Metriche repository
- Star
- (293 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
See also: https://github.com/hermit-os/uhyve/pull/1219#discussion_r2774467127
Making it a parameter of uhyve if it should crash on
writeerrors or not might be the most sensible option.Imo
read[and porbably alsoopen] should be handled the same way (if isolation is concerned), particularly in regards to permission errors.