> -----Original Message----- > From: [email protected] [mailto:[email protected]] > On Behalf Of Richard Weinberger > Sent: Tuesday, July 29, 2014 4:59 AM > To: [email protected] > Cc: Richard Weinberger; [email protected] > Subject: [libvirt] [PATCH] LXC: Fix virLXCControllerSetupDevPTS() wrt user > namespaces > > The gid value passed to devpts has to be translated by hand as > virLXCControllerSetupDevPTS() is called before setting up the user > and group mappings. > Otherwise devpts will use an unmapped gid and openpty() > will fail within containers. > Linux commit commit 23adbe12 > ("fs,userns: Change inode_capable to capable_wrt_inode_uidgid") > uncovered that issue. > > Signed-off-by: Richard Weinberger <[email protected]>
Reviewed-by: Chen Hanxiao <[email protected]> -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
