-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix kernel lockdown documentation #1704
docs: fix kernel lockdown documentation #1704
Conversation
README.md
Outdated
@@ -476,7 +476,7 @@ Here are the metrics settings: | |||
#### Kernel settings | |||
|
|||
* `settings.kernel.lockdown`: This allows further restrictions on what the Linux kernel will allow, for example preventing the loading of unsigned modules. | |||
May be set to "none" (the default), "integrity", or "confidentiality". | |||
May be set to "none" (the default in older [variants](variants/)), "integrity" (the default for newer [variants](variants/)), or "confidentiality". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we list the specific variants? Or perhaps just list the variants which are still defaulting to "none"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be set to "none" (the default in older [variants](variants/)), "integrity" (the default for newer [variants](variants/)), or "confidentiality". | |
May be set to "none" (the default in older [variants](variants/), up through aws-k8s-1.19), "integrity" (the default for newer variants), or "confidentiality". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make the same change the SECURITY-GUIDANCE.md doc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'll update the Security Guidance with your suggestion 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated both the README and SECURITY-GUIDANCE doc
This fixes the kernel lockdown's documentation, since the default values changed in newer variants Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
1c0f4d2
to
e90380e
Compare
Forced push includes:
|
Issue number:
N/A
Description of changes:
This fixes the kernel lockdown's documentation, since the default values changed in newer variants.
Testing done:
Documentation change, no testing required (other than just verify the render).
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.