conf: tweak comment about transient procfs mount

parent 90b7adcc
...@@ -3521,7 +3521,7 @@ int lxc_setup(struct lxc_handler *handler) ...@@ -3521,7 +3521,7 @@ int lxc_setup(struct lxc_handler *handler)
ret = lxc_create_tmp_proc_mount(lxc_conf); ret = lxc_create_tmp_proc_mount(lxc_conf);
if (ret < 0) if (ret < 0)
return log_error(-1, "Failed to \"/proc\" LSMs"); return log_error(-1, "Failed to mount transient procfs instance for LSMs");
ret = lxc_setup_console(handler, &lxc_conf->rootfs, &lxc_conf->console, ret = lxc_setup_console(handler, &lxc_conf->rootfs, &lxc_conf->console,
lxc_conf->ttys.dir); lxc_conf->ttys.dir);
......
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