mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-25 19:49:22 -05:00
commit
9781598632
5
debian/control
vendored
5
debian/control
vendored
@ -72,7 +72,10 @@ Description: enhances misc security settings
|
||||
* The kernel now panics on oopses to prevent it from continuing running a
|
||||
flawed process.
|
||||
.
|
||||
Requires every module to be signed before being loaded. Any module that is
|
||||
* Bluetooth is blacklisted to reduce attack surface. Bluetooth also has
|
||||
a history of [security concerns](https://en.wikipedia.org/wiki/Bluetooth#History_of_security_concerns).
|
||||
.
|
||||
* Requires every module to be signed before being loaded. Any module that is
|
||||
unsigned or signed with an invalid key cannot be loaded. This makes it harder
|
||||
to load a malicious module.
|
||||
/etc/default/grub.d/40_only_allow_signed_modules.cfg
|
||||
|
3
etc/modprobe.d/blacklist-bluetooth.conf
Normal file
3
etc/modprobe.d/blacklist-bluetooth.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# Blacklists bluetooth.
|
||||
install bluetooth /bin/true
|
||||
install btusb /bin/true
|
Loading…
Reference in New Issue
Block a user