mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
chore: Restore bluetooth config, set permissions on /var/lib/bluetooth folder
This commit is contained in:
parent
4d955cb8ac
commit
edd08c30d7
@ -351,6 +351,8 @@ RUN /tmp/image-info.sh && \
|
||||
/var/* && \
|
||||
mkdir -p /var/tmp && \
|
||||
chmod -R 1777 /var/tmp && \
|
||||
mkdir -p /var/lib/bluetooth && \
|
||||
chmod -R 755 /var/lib/bluetooth && \
|
||||
ostree container commit
|
||||
|
||||
FROM bazzite as bazzite-deck
|
||||
@ -596,4 +598,6 @@ RUN /tmp/image-info.sh && \
|
||||
/var/* && \
|
||||
mkdir -p /var/tmp && \
|
||||
chmod -R 1777 /var/tmp && \
|
||||
mkdir -p /var/lib/bluetooth && \
|
||||
chmod -R 755 /var/lib/bluetooth && \
|
||||
ostree container commit
|
||||
|
13
system_files/deck/shared/usr/etc/bluetooth/main.conf
Normal file
13
system_files/deck/shared/usr/etc/bluetooth/main.conf
Normal file
@ -0,0 +1,13 @@
|
||||
[General]
|
||||
AlwaysPairable=true
|
||||
Privacy=device
|
||||
ControllerMode=dual
|
||||
JustWorksRepairing=always
|
||||
|
||||
[Policy]
|
||||
AutoEnable=true
|
||||
|
||||
[LE]
|
||||
MinConnectionInterval=7
|
||||
MaxConnectionInterval=9
|
||||
ConnectionLatency=0
|
Loading…
Reference in New Issue
Block a user