Report whether the process is running setuid/setgid (or otherwise "tainted").

Synopsis

Declared in <openssl/crypto.h>

int
OPENSSL_issetugid();

Return Value

Non‐zero if privileged credentials differ from real ones (or platform equivalent), else 0.

Created with MrDocs