]> git.proxmox.com Git - mirror_lxc.git/commitdiff
confile: lxc.id_map --> lxc.idmap
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 21 Aug 2017 15:03:20 +0000 (17:03 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 21 Aug 2017 15:03:40 +0000 (17:03 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/confile.c

index 7bd71e366e83b2629bf0f16d0e09f18cdb0e973b..ace666642900db11e2549648af7421d3a5a22e43 100644 (file)
@@ -159,7 +159,7 @@ static struct lxc_config_t config[] = {
        /* [END]: REMOVE IN LXC 3.0 */
 
        { "lxc.cgroup",                    set_config_cgroup,                      get_config_cgroup,                      clr_config_cgroup,                    },
-       { "lxc.id_map",                    set_config_idmaps,                      get_config_idmaps,                      clr_config_idmaps,                    },
+       { "lxc.idmap",                     set_config_idmaps,                      get_config_idmaps,                      clr_config_idmaps,                    },
        { "lxc.mount.entry",               set_config_mount,                       get_config_mount,                       clr_config_mount,                     },
        { "lxc.mount.auto",                set_config_mount_auto,                  get_config_mount_auto,                  clr_config_mount_auto,                },
        { "lxc.mount.fstab",               set_config_mount_fstab,                 get_config_mount_fstab,                 clr_config_mount_fstab,               },
@@ -168,6 +168,7 @@ static struct lxc_config_t config[] = {
        { "lxc.rootfs.path",               set_config_rootfs_path,                 get_config_rootfs_path,                 clr_config_rootfs_path,               },
 
        /* [START]: REMOVE IN LXC 3.0 */
+       { "lxc.id_map",                    set_config_idmaps,                      get_config_idmaps,                      clr_config_idmaps,                    },
        { "lxc.mount",                     set_config_mount_fstab,                 get_config_mount_fstab,                 clr_config_mount_fstab,               },
        { "lxc.rootfs.backend",            set_config_rootfs_backend,              get_config_rootfs_backend,              clr_config_rootfs_backend,            },
        { "lxc.rootfs",                    set_config_rootfs_path,                 get_config_rootfs_path,                 clr_config_rootfs_path,               },