commit: b8ab99b5d3ee1a93f215157c36fb120857afde64
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Mar 25 13:33:42 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 13:33:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b8ab99b5
checkpath: Remove the last HAVE_SELINUX test
src/rc/checkpath.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 3acb040..a8a1c75 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;
}