1
0
Fork 0

h-a: zigbee2m: Add dialout supplemental group

Zigbee2MQTT needs to be able to read and write to the serial device for
the ConBee II USB controller.  I'm not exactly sure what changed, or how
it was able to access it before the recent update.

The _dialout_ group has GID 18 on Fedora.
pull/41/head
Dustin 2025-01-11 10:10:44 -06:00
parent 1674bc3b89
commit 4ac1bab968
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ spec:
name: zigbee-device name: zigbee-device
securityContext: securityContext:
fsGroup: 302 fsGroup: 302
supplementalGroups:
- 18
volumes: volumes:
- name: zigbee2mqtt-data - name: zigbee2mqtt-data
persistentVolumeClaim: persistentVolumeClaim: