This repository was archived by the owner on Dec 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Giving hcitool capabilities
Benjamin Piouffle edited this page Sep 23, 2017
·
2 revisions
You can give hcitool capabilities by installing and using the libcap library/commands.
Install libcap2-bin on debian-based systems or libcap for Fedora then run:
$ sudo setcap 'cap_net_raw,cap_net_admin+eip' `which hcitool`