diff options
-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; } |