We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found here: https://timesys.com/pdf/Timesys-kernel-hardening-guide.pdf Dated 2022 https://web.archive.org/web/20241227042743/https://timesys.com/pdf/Timesys-kernel-hardening-guide.pdf
This seems useful for the project: DEBUG_BUGVERBOSE=is not set
DEBUG_BUGVERBOSE=is not set
Make sure this is not enabled, as it could provide an attacker sensitive kernel backtrace information on BUG() conditions
Not sure on this one?: ZSMALLOC=is not set
ZSMALLOC=is not set
Do not enable memory allocator for compressed pages (slab-based memory allocator designed to store compressed RAM pages via virtual memory mapping
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found here:
https://timesys.com/pdf/Timesys-kernel-hardening-guide.pdf Dated 2022
https://web.archive.org/web/20241227042743/https://timesys.com/pdf/Timesys-kernel-hardening-guide.pdf
This seems useful for the project:
DEBUG_BUGVERBOSE=is not set
Not sure on this one?:
ZSMALLOC=is not set
The text was updated successfully, but these errors were encountered: