mirror of
https://github.com/opencontainers/runc.git
synced 2025-11-03 09:51:06 +08:00
Capitalize [UG]idMappings as [UG]IDMappings
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
This commit is contained in:
@@ -1774,8 +1774,8 @@ func TestBindMountAndUser(t *testing.T) {
|
||||
})
|
||||
|
||||
// Set HostID to 1000 to avoid DAC_OVERRIDE bypassing the purpose of this test.
|
||||
config.UidMappings[0].HostID = 1000
|
||||
config.GidMappings[0].HostID = 1000
|
||||
config.UIDMappings[0].HostID = 1000
|
||||
config.GIDMappings[0].HostID = 1000
|
||||
|
||||
// Set the owner of rootfs to the effective IDs in the host to avoid errors
|
||||
// while creating the folders to perform the mounts.
|
||||
|
||||
Reference in New Issue
Block a user