[PATCH 2/7] LXC: controller: change the owner of disk to the root of container

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These disk devices are created for container,
the owner should be the root user of container.

Signed-off-by: Gao feng <gaofeng@xxxxxxxxxxxxxx>
---
 src/lxc/lxc_controller.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c
index e9d2848..38b632e 100644
--- a/src/lxc/lxc_controller.c
+++ b/src/lxc/lxc_controller.c
@@ -1369,6 +1369,9 @@ static int virLXCControllerSetupDisk(virLXCControllerPtr ctrl,
         goto cleanup;
     }
 
+    if (virLXCControllerChown(ctrl, dst) < 0)
+        goto cleanup;
+
     /* Labelling normally operates on src, but we need
      * to actally label the dst here, so hack the config */
     def->src = dst;
-- 
1.8.3.1

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]