OpenARC icon indicating copy to clipboard operation
OpenARC copied to clipboard

Core Dump if cert ownership not same as process user

Open gene-git opened this issue 8 years ago • 0 comments

The config file is read before switching user id and so the private cert needs to be owned by root. If it is not i get a core dump

xxx.private is not owned by the executing uid (0) *** Error in `/usr/bin/openarc': free(): invalid pointer: 0x00005558e5c1a01a *** Aborted (core dumped)

I suspect this is from line 2005 or 2006 in openarc.c (Although I have not debugged ).

Regards

gene

gene-git avatar Sep 24 '17 14:09 gene-git