Skip to content

Commit

Permalink
Rust SDK: add TDX vsock config (#107)
Browse files Browse the repository at this point in the history
* c1

* update according to check result
  • Loading branch information
hairongchen authored Mar 1, 2024
1 parent 2eb19c4 commit af1cb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/rust/cctrusted_base/src/tdx/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ pub const ACPI_TABLE_FILE_CONTAINER: &str = "/run/firmware/acpi/tables/CCEL";
pub const ACPI_TABLE_DATA_FILE_CONTAINER: &str = "/run/firmware/acpi/tables/data/CCEL";
pub const IMA_DATA_FILE_CONTAINER: &str =
"/run/kernel/security/integrity/ima/ascii_runtime_measurements";
pub const ATTEST_CFG_FILE_PATH: &str = "/etc/tdx-attest.conf";

0 comments on commit af1cb86

Please sign in to comment.