Dear all, I'm running both 1.13.x and 2.3.0 versions and I have the impression your testing does not cover environments where selunix is running in an enforced mode. The most important problem to fix in that respect is the location of the pid files. The default configs put them either in the data or the install folders, which typically result in /home or /opt locations. However, based on the default selinux file settings, these folders are off limits for systemd. Hence, selinux forbids systemd from...
I have installed it on a Raspberry Pi 3 and the tool works as expected. I use it via cron files to activate the relays at specific times. There are 2 improvements that could be looked into. Currently, the tool should be run by root in order to access the usb. It is unclear to me what needs to be done to allow other users access to the usb device. one could use sudo to get arround this. But maybe changing the uid/gid settings of a /dev device would work also. Another is that it would be nice to have...