Skip to content

Commit

Permalink
README: mark Rust agent as the official one, fix cargo run command
Browse files Browse the repository at this point in the history
Signed-off-by: Thore Sommer <mail@thson.de>
  • Loading branch information
THS-on authored and lkatalin committed Oct 17, 2022
1 parent 0ea0492 commit f5de47b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Most keylime operations rely on TPM co-processor; therefore, the server needs
a physical TPM chip (or a TPM emulator) to perform keylime operations. The
TPM emulator is a program that runs in the daemon to mimic TPM commands.

The rust keylime agent is in early development and not ready for production use.
The rust-keylime agent is the official agent (starting with version 0.1.0) and
replaces the Python implementation.

## Prerequisites

Expand All @@ -48,7 +49,7 @@ instructions can be found [here](https://www.rust-lang.org/en-US/install.html).
To run with `pretty-env-logger` trace logging active, set cargo run
within `RUST_LOG`, as follows:

$ RUST_LOG=keylime_agent=trace cargo run
$ RUST_LOG=keylime_agent=trace cargo run --bin keylime_agent

## Testing

Expand Down

0 comments on commit f5de47b

Please sign in to comment.