-
Notifications
You must be signed in to change notification settings - Fork 56
Disable more kernel modules #234
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
Due to previous splitting IN b02230a.
| rm_conffile /etc/permission-hardening.d/30_default.conf | ||
|
|
||
| ## repalced with /usr/bin/disabled-miscellaneous-by-security-misc | ||
| rm_conffile /usr/bin/disabled-vivid-by-security-misc No newline at end of file |
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.
These 3 lines need to be removed.
Only files in /etc need to be added to maintscript because these are configuration files and handled different by dpkg. Files in other locations such as folder /usr must not be added there.
(Otherwise a newline at end would be needed too.)
Not a big deal. I can undo this after merge.
|
What is the rationale for disabling...? Could not find any references. ADSL USB modems might still be in use? |
|
I will merge this but comment these out pending further discussion and potential comment in later. |
|
The following two modules had already been blacklisted by us in 61ef9bd for about two years and as far as I am aware there have been no complaints. They were originally sourced from Ubuntu's /etc/modprobe.d/*`. Regarding |
|
raja-grewal:
The following two modules had already been blacklisted by us in 61ef9bd for about two years and as far as I am aware there have been no complaints. They were originally sourced from [Ubuntu's](https://git.launchpad.net/ubuntu/+source/kmod/tree/debian/modprobe.d/blacklist.conf?h=ubuntu/disco) /etc/modprobe.d/*`.
```
install eepro100 /usr/bin/disabled-network-by-security-misc
install eth1394 /usr/bin/disabled-network-by-security-misc
```
Alright, great. Could you add this as a comment please?
|
Note that disabling See: ATM has been disabled for over two years and so I don't see why we need to comment out those 3 since they have not worked since then. Therefore, for the time being I am going to 'disable' them again so users do not get confused as to what is going on. |
Reduces attack surface by expanding the list of disabled kernel modules relating to file systems, GPS, network file systems, network protocols/drivers, Thunderbolt, and some miscellaneous drivers. Also provides option to disable more Bluetooth modules.
Applies some suggestions in Issue #224.
Changes
Updated
security-misc.maintscript.Moved some previously blacklisted modules to the disabled list.
Replaces
disabled-vivid-by-security-miscwith a more generaldisabled-miscellaneous-by-security-miscthat can be used for other modules.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.