Skip to content

Commit

Permalink
README: Add warning about host file sytem access
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-R committed Nov 29, 2021
1 parent 7a519c3 commit e7869a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

uhyve is small hypervisor to boot the library operating systems [RustyHermit](https://github.com/hermitcore/libhermit-rs), which is a unikernel operating system targeting a scalable and predictable runtime behavior for HPC and cloud environments.

**Warning:** At the moment uhyve grants full host file system access from within the unikernel with the permissions of the user running uhyve.
Thus, it should not be used for applications which require isolation from the host system.

## Installation

An installation of the Rust toolchain is required.
Expand Down

0 comments on commit e7869a9

Please sign in to comment.