astepano / rpms / curl

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