-
Notifications
You must be signed in to change notification settings - Fork 56
Refactor /etc/modprobe.d/*
#230
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
Conversation
| ## Disable thunderbolt and firewire modules to prevent some DMA attacks | ||
| install thunderbolt /usr/bin/disabled-thunderbolt-by-security-misc | ||
| install firewire-core /usr/bin/disabled-firewire-by-security-misc | ||
| install firewire_core /usr/bin/disabled-firewire-by-security-misc |
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.
This line was forgotten.
|
Other forgotten lines: I guess that was: 275a4ff So the module always have |
|
Quote
|
|
Quote
So this seems fine. No need to duplicate |
Refactor kernel module blacklisting and disabling for clarity, ease-of-use, and future-proofing.
In preparation for future planned changes.
If this PR is approved, I plan on immediately introducing many new additions to our existing module blacklisting and disabling. The splitting of the configuration is necessary to improve readability and not result in a single bewilderingly lengthy configuration file.
Changes
Splits
/etc/modprobe.d/30-security-misc.confinto two distinct configuration files, one for blacklisting and one for disabling. Improved documentation of relevant files.There are no changes to the actual functionality of the code.
Mandatory Checklist
Terms of Service, Privacy Policy, Cookie Policy, E-Sign Consent, DMCA, Imprint
Optional Checklist
The following items are optional but might be requested in certain cases.