Skip to content
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

Bluetooth is a security risk, therefore disabled by default #2

Open
patarapolw opened this issue Aug 18, 2021 · 0 comments
Open

Bluetooth is a security risk, therefore disabled by default #2

patarapolw opened this issue Aug 18, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@patarapolw
Copy link
Owner

This disability can be removed in /etc/modprobe.d/30_security-misc.conf

# 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

You might also need to rfkill unblock bluetooth also.

@patarapolw patarapolw added the documentation Improvements or additions to documentation label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant