curl/hide_selinux.c
2010-04-28 13:52:40 +00:00

9 lines
157 B
C

/*
* make it possible to start a testing OpenSSH server with SELinux
* in the enforcing mode (#521087)
*/
int security_getenforce(void)
{
return 0;
}