mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-09 06:36:44 +07: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
|
* The kernel now panics on oopses to prevent it from continuing running a
|
||||||
flawed process.
|
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
|
unsigned or signed with an invalid key cannot be loaded. This makes it harder
|
||||||
to load a malicious module.
|
to load a malicious module.
|
||||||
/etc/default/grub.d/40_only_allow_signed_modules.cfg
|
/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