]> git.proxmox.com Git - mirror_lxc.git/commit
conf: remove extra MS_BIND with sysfs:mixed
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 11 Sep 2018 10:14:04 +0000 (12:14 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 11 Sep 2018 10:15:48 +0000 (12:15 +0200)
commit51a922baf724689ff3a0df938ca8975601c9c815
tree5bd25cc690150a97b4df767de56d262e649bb4d2
parent88fbc0108221490eb169dd966fbde779f705af61
conf: remove extra MS_BIND with sysfs:mixed

The extra bind-mount is not required. To succesfully remount read-only
we just need MS_REMOUNT|MS_RDONLY.

Closes #2602.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Cc: Serge Hallyn <serge@hallyn.com>
src/lxc/conf.c