feat: add settings.measurement model for PCR 8 exclusion control#140
Open
ginglis13 wants to merge 1 commit into
Open
feat: add settings.measurement model for PCR 8 exclusion control#140ginglis13 wants to merge 1 commit into
ginglis13 wants to merge 1 commit into
Conversation
Add a new settings extension for `settings.measurement` that allows customers to configure which settings are excluded from PCR 8 measurement. Includes validation to reject disallowed patterns. Values are accepted with or without a "settings." prefix for convenience (e.g. both "host-containers" and "settings.host-containers" are treated equivalently) Signed-off-by: Gavin Inglis <giinglis@amazon.com>
2f963ea to
7a8ce78
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Related: bottlerocket-os/bottlerocket#4872
Description of changes:
Add a new settings extension for
settings.measurementthat allows customers to configure which settings are excluded from PCR 8 measurement. Includes validation to reject dangerous patterns (bare "settings", empty strings, wildcards, and self-references).Values are accepted with or without a "settings." prefix for convenience — both "host-containers" and "settings.host-containers" are treated equivalently.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.