set as default setcap 'cap_net_raw,cap_net_admin+eip'
by Harvat from LinuxQuestions.org on (#6H7CX)
Hi everyone!
I write some application on Raspberry Pi platform.
I want to use bluetooth, but for access to HCI i must set setcap 'cap_net_raw,cap_net_admin+eip' for my application.
How i can set this access as default for any applications.
uname -a:
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
I write some application on Raspberry Pi platform.
I want to use bluetooth, but for access to HCI i must set setcap 'cap_net_raw,cap_net_admin+eip' for my application.
How i can set this access as default for any applications.
uname -a:
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux