astepano / rpms / curl

Forked from rpms/curl 6 years ago
Clone
Blob Blame History Raw
/*
 * make it possible to start a testing OpenSSH server with SELinux
 * in the enforcing mode (#521087)
 */
int security_getenforce(void)
{
    return 0;
}