aboutsummaryrefslogtreecommitdiff
path: root/src/rc/checkpath.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-03-25 08:33:42 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-03-25 08:33:42 -0500
commitb8ab99b5d3ee1a93f215157c36fb120857afde64 (patch)
tree105af118cc96aec81b224a13958fb1a3d29dfc31 /src/rc/checkpath.c
parenta4cf61e8bf827dc405a547c314e840dab11fc979 (diff)
checkpath: Remove the last HAVE_SELINUX test
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r--src/rc/checkpath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 3acb0406..a8a1c750 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -161,10 +161,8 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode,
}
}
-#ifdef HAVE_SELINUX
if (selinux_on)
selinux_util_label(path);
-#endif
return 0;
}