removido
(usa Nenhuma)
Enviado em 23/09/2015 - 03:22h
Sendo o Mint um Debian Derivado dá prá remover a inicialização do serviço com o
update-rc.d ou com o
systemctl direto no prompt.
Com isto pode ser evitada a inicialização e mais outras perfumarias.
Por exemplo:
update-rc.d -f bluetooth remove ou
systemctl disable bluetooth.service e aí vai...
Eu ainda pesquisaria quais são os módulos do kernel que habilitam bluetooth e os jogaria numa lista negra (blacklist), criando um arquivo em /etc/modprobe.d e segue exemplo. Algo como
blacklist ath3k
blacklist ath3k
blacklist bcm203x
blacklist bcm203x
blacklist bfusb
blacklist bfusb
blacklist bluecard_cs
blacklist bluecard_cs
blacklist bpa10x
blacklist bpa10x
blacklist bt3c_cs
blacklist bt3c_cs
blacklist btmrvl
blacklist btmrvl
blacklist btmrvl_sdio
blacklist btmrvl_sdio
blacklist btsdio
blacklist btsdio
blacklist btuart_cs
blacklist btusb
blacklist btusb
blacklist dtl1_cs
blacklist dtl1_cs
blacklist hci_uart
blacklist hci_uart
blacklist hci_vhci
blacklist hci_vhci
Isso aí dá prá fazer fácil com um find e um awk.
--
http://s.glbimg.com/po/tt/f/original/2011/10/20/a97264_w8.jpg
Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden