summaryrefslogtreecommitdiffstats
path: root/hide_selinux.c
blob: d34be1ac5daa9f8d2720060c47fc539e2681e8a2 (plain)
1
2
3
4
5
6
7
8
/*
 * make it possible to start a testing OpenSSH server with SELinux
 * in the enforcing mode (#521087)
 */
int security_getenforce(void)
{
    return 0;
}