Description of problem: You do: log_fn(LOG_ERR,"Error setting groups: %s", strerror(errno)); But function is: void _log_fn(int severity, uint32_t domain, const char *format, ...); Version-Release number of selected component (if applicable): How reproducible: N/A Steps to Reproduce: 1. N/A 2. 3. Actual results: N/A Expected results: N/A Additional info: Fixed patch attached.
Created attachment 146384 [details] updated setgroups patch
thx for catching this; it's strange that the patch applied although its context changed.