diff --git a/executer/user/mcexec.c b/executer/user/mcexec.c index b60de305..d47a6f3e 100644 --- a/executer/user/mcexec.c +++ b/executer/user/mcexec.c @@ -114,9 +114,9 @@ char **__glob_argv = 0; #define ENABLE_MCOVERLAYFS 1 #endif // LINUX_VERSION_CODE == 4.6 #else -#if RHEL_RELEASE_CODE == RHEL_RELEASE_VERSION(7,2) +#if RHEL_RELEASE_CODE <= RHEL_RELEASE_VERSION(7,3) #define ENABLE_MCOVERLAYFS 1 -#endif // RHEL_RELEASE_CODE == 7.2 +#endif // RHEL_RELEASE_CODE <= 7.3 #endif // RHEL_RELEASE_CODE #endif // ENABLE_MCOVERLAYFS