script-dump/lxc
MasterofJOKers 73fdc6b27a lxc-debian-userns: Handle uid-mapping with lxc-create
lxc-create will pass "--mapped-uid" and "--mapped-gid" into the
template, if there's an "lxc.idmap" option in the config file. We now
support getting these parameters as options.

Since an "lxc.idmap" option in the config makes lxc-create already
change the userns, we cannot support it. Therefore, we error out if we
see these options. Instead, we write the "lxc.idmap" options ourselves
based on the "--uidmap" and "--gidmap" options passed by the user.
2023-03-08 00:29:02 +01:00
..
get-lxc-idmap-config Add get-lxc-idmap-config script 2023-02-25 17:13:12 +01:00
lxc-debian-userns lxc-debian-userns: Handle uid-mapping with lxc-create 2023-03-08 00:29:02 +01:00
remap-uid-and-gid-for-lv Add remap-uid-and-gid-for-lv 2023-02-25 17:15:23 +01:00