diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-03-25 08:33:42 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-03-25 08:33:42 -0500 |
commit | b8ab99b5d3ee1a93f215157c36fb120857afde64 (patch) | |
tree | 105af118cc96aec81b224a13958fb1a3d29dfc31 /src/rc/checkpath.c | |
parent | a4cf61e8bf827dc405a547c314e840dab11fc979 (diff) |
checkpath: Remove the last HAVE_SELINUX test
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r-- | src/rc/checkpath.c | 2 |
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; } |