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

More Kernel command-line checks #169

Open
rusty-snake opened this issue Dec 9, 2024 · 0 comments
Open

More Kernel command-line checks #169

rusty-snake opened this issue Dec 9, 2024 · 0 comments
Labels
good_first_issue Good task for new contributors new_check A new check of the Linux kernel security parameters

Comments

@rusty-snake
Copy link

  • intel_iommu=on
    • pass if value is on
    • pass if CONFIG_INTEL_IOMMU_DEFAULT_ON is y
    • skip if non-intel?
    • fail otherwise
  • lockdown=confidentiality
    • pass if value is confidentiality
    • pass if CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is y
    • fail otherwise
  • module.sig_enforce=1
    • pass if value is 1
    • pass if CONFIG_MODULE_SIG_FORCE is y
    • fail otherwise
  • efi=disable_early_pci_dma
    • pass if value is disable_early_pci_dma
    • pass if CONFIG_EFI_DISABLE_PCI_DMA is y and value is not no_disable_early_pci_dma
    • fail otherwise
@a13xp0p0v a13xp0p0v added new_check A new check of the Linux kernel security parameters good_first_issue Good task for new contributors labels Dec 23, 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

2 participants