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

Implement the CONFIG_ARCH_MMAP_RND_COMPAT_BITS check #146

Open
a13xp0p0v opened this issue Jul 7, 2024 · 1 comment
Open

Implement the CONFIG_ARCH_MMAP_RND_COMPAT_BITS check #146

a13xp0p0v opened this issue Jul 7, 2024 · 1 comment
Labels
good_first_issue Good task for new contributors new_check A new check of the Linux kernel security parameters

Comments

@a13xp0p0v
Copy link
Owner

CONFIG_ARCH_MMAP_RND_COMPAT_BITS should be equal to CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX or not set at all (if CONFIG_COMPAT is not set).

See CONFIG_ARCH_MMAP_RND_BITS as an example.

@a13xp0p0v a13xp0p0v added good_first_issue Good task for new contributors new_check A new check of the Linux kernel security parameters labels Jul 7, 2024
@a13xp0p0v
Copy link
Owner Author

Also need to check the vm.mmap_rnd_bits and vm.mmap_rnd_compat_bits sysctl options.

a13xp0p0v added a commit that referenced this issue Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good_first_issue Good task for new contributors new_check A new check of the Linux kernel security parameters
Projects
None yet
Development

No branches or pull requests

1 participant