feat: disable OBEX Bluetooth file transfer method

No documentation as there is no intention to ever have file transfer
support in the AudioVM.
This commit is contained in:
Ben Grande 2024-07-02 10:10:50 +02:00
parent 422ec06071
commit 9320c3fcf3
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# vim: ft=systemd
[Unit]
ConditionPathExists=/var/run/qubes-service/obex
After=qubes-sysinit.service

View File

@ -22,4 +22,14 @@ include:
- libspa-0.2-bluetooth
- firmware-iwlwifi
"{{ slsdotpath }}-user-systemd":
file.recurse:
- name: /usr/lib/systemd/user/
- source: salt://{{ slsdotpath }}/files/server/systemd-user/
- dir_mode: '0755'
- file_mode: '0644'
- user: root
- group: root
- makedirs: True
{% endif -%}