diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 8e13b123d..d49afae11 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -2499,10 +2499,6 @@ int lxc_config_read(const char *file, struct lxc_conf *conf, bool from_include) c.conf = conf; c.from_include = from_include; - ret = access(file, R_OK); - if (ret < 0) - return -1; - /* Catch only the top level config file name in the structure. */ if (!conf->rcfile) conf->rcfile = strdup(file);