Repo to dump scripts in, that have been helpful at some time
Go to file
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
cronplayer Add cronplayer 2022-05-17 23:41:31 +02:00
lxc lxc-debian-userns: Handle uid-mapping with lxc-create 2023-03-08 00:29:02 +01:00
sorted-copy Add sorted-co.py 2022-01-25 23:33:53 +01:00
switch-pa-sink Add switch-pa-sink 2022-01-26 00:00:57 +01:00
udev-device-plug-handler Add udev-device-plug-handler 2022-09-06 20:47:01 +02:00
.gitignore Add *.swp to .gitignore 2022-01-25 23:33:41 +01:00
LICENSE Initial commit 2020-12-15 23:06:45 +00:00
README.md Initial commit 2020-12-15 23:06:45 +00:00

README.md

script-dump

Repo to dump scripts in, that have been helpful at some time