mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
7 lines
236 B
Plaintext
7 lines
236 B
Plaintext
# Blacklists bluetooth to reduce attack surface.
|
|
# Bluetooth also has a history of security vulnerabilities:
|
|
#
|
|
# https://en.wikipedia.org/wiki/Bluetooth#History_of_security_concerns
|
|
install bluetooth /bin/false
|
|
install btusb /bin/false
|