summarylogtreecommitdiffstats
path: root/selinux-mock.c
blob: 574d994d70e183245493dee9f3a6199502894ef8 (plain)
1
2
3
4
5
extern int is_selinux_enabled(void)
{
  /* always return 0; this way we don't trigger any SELINUX calls */
  return 0;
}