ipmi-sel needs to run as root to be able to return results.
syscall.Setuid() is not possible under Linux, so we have two choices:
- find how ipmi-sel gets IPMI logs and make adjustments to allow it to read logs with a different username
- use sudo to call ipmi-sel