My IoT client program needs to access SUSI for the Watchdog and other things.
I use SUSI4.0.14144 on Ubuntu Linux 16.
For security reasons, the program runs as an unprivileged user.
But calling SusiLibInitialize() returns SUSI_STATUS_ERROR!
It turns out that the program has to run as sudo or su.
But that is neither possible or wise, for security reasons.
So, what configurations are needed for an unprivileged program to use SUSI?
I use SUSI4.0.14144 on Ubuntu Linux 16.
For security reasons, the program runs as an unprivileged user.
But calling SusiLibInitialize() returns SUSI_STATUS_ERROR!
It turns out that the program has to run as sudo or su.
But that is neither possible or wise, for security reasons.
So, what configurations are needed for an unprivileged program to use SUSI?