mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
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:
parent
422ec06071
commit
9320c3fcf3
@ -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
|
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user