From ace1244d1028aa50448088fd6fbc9868cbb8f760 Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Mon, 21 Oct 2019 18:41:36 +0100 Subject: [PATCH] disable sap plugin for bluetooth service --- builder/pwnagotchi.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index e60e345..4d3ab94 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -114,6 +114,13 @@ state: present when: hostname.changed + - name: disable sap plugin for bluetooth.service + lineinfile: + dest: /lib/systemd/system/bluetooth.service + regexp: '^ExecStart=/usr/lib/bluetooth/bluetoothd$' + line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap' + state: present + - name: Add re4son-kernel repo key apt_key: url: https://re4son-kernel.com/keys/http/archive-key.asc