conf: don't allow idmapped lxc.mount.{entry,fstab} just yet

parent 0125a899
......@@ -2258,6 +2258,9 @@ static inline int mount_entry_on_generic(struct mntent *mntent,
if (ret < 0)
return ret;
if (!is_empty_string(opts.userns_path))
return syserror_set(-EINVAL, "Idmapped mount entries not yet supported");
ret = parse_propagationopts(mntent->mnt_opts, &pflags);
if (ret < 0)
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment