Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

verifier: tdx: Allow kernel parameter values to contain equals signs #163

Open
jodh-intel opened this issue Nov 16, 2023 · 0 comments
Open

Comments

@jodh-intel
Copy link
Member

Currently, the TDX verifier does not allow kernel parameters that contain equals signs (=) in their values; they are silently dropped.

jodh-intel added a commit to jodh-intel/attestation-service that referenced this issue Nov 16, 2023
Allow kernel parameter values to contain equal signs, for example:

```
module_foo=bar=baz,wibble_setting=2
```

Fixes: confidential-containers#163.

Signed-off-by: James O. D. Hunt <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant