Skip to content
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

The NX||XD eventually fails on an active system #52

Open
tdewitt opened this issue Jan 16, 2020 · 1 comment
Open

The NX||XD eventually fails on an active system #52

tdewitt opened this issue Jan 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tdewitt
Copy link

tdewitt commented Jan 16, 2020

dmesg | grep -E "NX|XD" | grep " active"

dmesg will eventually roll over and this check will fail. Using journalctl -b is slowed but will work for longer. Example from a rather vanilla install of 18.04 server:

$ dmesg | wc -l
4070

$ journalctl -b | wc -l
549487
@florianutz florianutz added the enhancement New feature or request label Jan 20, 2020
@umarizulkifli
Copy link

According to official CIS Benchmark documents the command should be

journalctl | grep 'protection: active'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants