]>
git.ipfire.org Git - thirdparty/lxc.git/log 
Stéphane Graber  [Tue, 1 Apr 2025 05:08:29 +0000  (01:08  -0400)]  
github: Add packaging workflowSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Sun, 16 Mar 2025 06:23:00 +0000  (02:23  -0400)]  
global: Switch to new MAC prefixSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Sun, 16 Mar 2025 06:20:02 +0000  (02:20  -0400)]  
global: Switch MAC generation to Zabbly prefixSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Managor  [Sat, 1 Mar 2025 18:33:43 +0000  (20:33 +0200)]  
sysconfig/lxc: remove false commentSigned-off-by: Managor <42655600+Managor@users.noreply.github.com> 
Mathias Aerts  [Thu, 20 Feb 2025 21:50:04 +0000  (22:50 +0100)]  
Added LXC_IPV6_ENABLE option for lxc-net to enable or disable IPv6Signed-off-by: Mathias Aerts <mathias.aerts@delta.blue> 
Stéphane Graber  [Thu, 20 Feb 2025 16:27:49 +0000  (11:27 -0500)]  
github: Switch to native arm64 runnersSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Irnes Mujkanovic  [Thu, 20 Feb 2025 14:27:52 +0000  (15:27 +0100)]  
config-bcast: fix incorrect broadcast address calculationSigned-off-by: Irnes Mujkanovic <irnes.mujkanovic@gmail.com> 
Alexander Mikhalitsyn  [Fri, 24 Jan 2025 13:07:36 +0000  (14:07 +0100)]  
lxc/attach: Revert "- LXC attach should exit on SIGCHLD"
This reverts commit 
f02158439677d0c1d4b2ed2ed1ba9bc43923a05d .
Let's revert this change as it introduces 2 regressions:
1. it's not correct to do exit(2) from a signal handler in this case,
as we skip a proper cleaning procedures like restoring PTY configuration
state (see lxc_terminal_delete()) which leads to a problem with a PTY after lxc-attach exits.
[ hint: just try to use lxc-attach on a main branch with this change and you will
see it. After lxc-attach exits you won't be able to type anything in your
current terminal session as it's messed up. ]
2. this introduces race-condition in the code which leads to a
regression on LXD/(and I believe Incus too) which can be seen as
random "Failed to retrieve PID of executing child process" errors
on "lxc exec"/"incus exec" commands. It's extremely hard to reproduce,
but my guess is that we are getting a race condition here, because
by the time when we set a new signal handler for SIGCHLD, transient process
is still alive and when it exists it generates SIGCHLD which may lead to
exit().
3. This changes a behavior of lxc-attach which was there for *years*
and it's quite scary to be honest. I'm not against having this change, but
in a different form, for example we can add a new command line parameter for
lxc-attach command which will enable this behavior.
My first attempt was to fix that change to prevent race, but then
I've noticed that we also have a more serious problem described in (1),
this requires more work to do.
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Sotir Danailov  [Wed, 8 Jan 2025 23:07:17 +0000  (00:07  +0100)]  
conf: warn when capabilities are disabled or libcap is not foundSigned-off-by: Sotir Danailov <sndanailov@gmail.com> 
Sotir Danailov  [Wed, 8 Jan 2025 22:51:15 +0000  (23:51 +0100)]  
dbus: replace hardcoded dbus address with environment variableSigned-off-by: Sotir Danailov <sndanailov@gmail.com> 
Sotir Danailov  [Wed, 8 Jan 2025 23:05:26 +0000  (00:05  +0100)]  
conf: log name of invalid capability in errorSigned-off-by: Sotir Danailov <sndanailov@gmail.com> 
Asain Kujovic  [Thu, 2 Jan 2025 21:43:33 +0000  (22:43 +0100)]  
confile-vlanid: undefined is not a zero valueSigned-off-by: Asain Kujovic <asainnp@gmail.com> 
Asain Kujovic  [Tue, 24 Dec 2024 01:13:36 +0000  (02:13  +0100)]  
- LXC attach should exit on SIGCHLDSigned-off-by: Asain Kujovic <asainnp@gmail.com> 
Stéphane Graber  [Thu, 19 Dec 2024 15:48:59 +0000  (10:48 -0500)]  
Release LXC 6.0.3Signed-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 19 Dec 2024 03:49:35 +0000  (22:49 -0500)]  
github: Improve progress reportingSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 19 Dec 2024 03:18:26 +0000  (22:18 -0500)]  
github: Cleanup OSS-fuzzSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 19 Dec 2024 03:13:05 +0000  (22:13 -0500)]  
github: Rework test workflowSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 19 Dec 2024 03:12:38 +0000  (22:12 -0500)]  
github: Introduce shared testsuite logicSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 19 Dec 2024 03:12:22 +0000  (22:12 -0500)]  
github: Introduce shared build logicSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 18 Dec 2024 20:05:57 +0000  (15:05 -0500)]  
github: Update coverity workflowSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Mon, 16 Dec 2024 19:25:24 +0000  (14:25 -0500)]  
lxc.init: Allow SIGHUP from outside the containerSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Mon, 16 Dec 2024 19:25:14 +0000  (14:25 -0500)]  
lxc.init: Ignore user signals coming from inside the contianerSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Mon, 16 Dec 2024 19:24:14 +0000  (14:24 -0500)]  
lxc.init: Switch to sigactionSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Jef Steelant  [Fri, 6 Dec 2024 10:20:20 +0000  (11:20 +0100)]  
lxccontainer: fix enter_net_ns helper to work when netns is inheritedSigned-off-by: Jef Steelant <jef.steelant_ext@softathome.com> 
Guido Jäkel  [Wed, 23 Oct 2024 12:07:53 +0000  (14:07 +0200)]  
fix return code of recursive all of cgroup_tree_pruneSigned-off-by: Guido Jäkel <g.jaekel@dnb.de> 
Stéphane Graber  [Fri, 29 Nov 2024 04:06:09 +0000  (23:06 -0500)]  
lxc-net: Replace random IPv6 subnetSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Seungki Kim  [Thu, 24 Oct 2024 16:33:40 +0000  (01:33  +0900)]  
meson: fix minor typoFixes: https://github.com/lxc/lxc/issues/4492 Signed-off-by: Seungki Kim <tttuuu888@gmail.com> 
Steven Galgano  [Mon, 14 Oct 2024 19:16:36 +0000  (15:16 -0400)]  
Avoid null pointer dereference when using shared rootfs.Fixes: https://github.com/lxc/lxc/issues/4476 Signed-off-by: Steven Galgano <sgalgano@adjacentlink.com> 
Serge Hallyn  [Thu, 10 Oct 2024 04:18:42 +0000  (23:18 -0500)]  
create_run_template: don't use txtuid and txtguid out of scopeOriginally-by: Kurt Godwin <kgodwin@itron.com> Reported-by: Kurt Godwin <kgodwin@itron.com> Signed-off-by: Serge Hallyn <serge@hallyn.com> 
Ariel Miculas-Trif  [Wed, 18 Sep 2024 10:07:46 +0000  (13:07 +0300)]  
Add suppport for PuzzleFS images in the oci templateSigned-off-by: Ariel Miculas-Trif <amiculas@cisco.com> 
Serge Hallyn  [Thu, 3 Oct 2024 18:41:39 +0000  (13:41 -0500)]  
meson.build: drop suggest-attribute=noreturn build optionSigned-off-by: Serge Hallyn <serge@hallyn.com> 
Serge Hallyn  [Mon, 16 Sep 2024 12:47:34 +0000  (07:47 -0500)]  
meson.build: add -ffat-lto-objectsSigned-off-by: Serge Hallyn <serge@hallyn.com> 
Stéphane Graber  [Mon, 16 Sep 2024 15:52:57 +0000  (17:52 +0200)]  
Release LXC 6.0.2Signed-off-by: Stéphane Graber <stgraber@stgraber.org> 
yuncang123  [Sat, 14 Sep 2024 18:03:01 +0000  (02:03  +0800)]  
fix possible clang compile error in AARCHSigned-off-by: yuncang123 <135211779+yuncang123@users.noreply.github.com> 
Stéphane Graber  [Sun, 25 Aug 2024 17:17:59 +0000  (13:17 -0400)]  
README: Update security contactSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 7 Aug 2024 18:10:59 +0000  (14:10 -0400)]  
doc: Fix definitions of get_config_path and set_config_pathSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Jip-Hop  [Tue, 9 Jul 2024 10:33:36 +0000  (12:33 +0200)]  
Exit 0 when there's no errorSigned-off-by: Jip de Beer <2871973+Jip-Hop@users.noreply.github.com> 
Stéphane Graber  [Tue, 16 Jul 2024 14:08:31 +0000  (10:08 -0400)]  
idmap: Lower logging level of newXidmap tools to INFOSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 5 Jun 2024 22:40:15 +0000  (18:40 -0400)]  
Remove unused functionSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Thu, 27 Jun 2024 04:43:29 +0000  (00:43  -0400)]  
Release LXC 6.0.1Signed-off-by: Stéphane Graber <stgraber@stgraber.org> 
Alexander Mikhalitsyn  [Wed, 26 Jun 2024 18:42:55 +0000  (20:42 +0200)]  
meson: fix build with -Dtools-multicall=true on NixOSFixes: #4427 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Wed, 26 Jun 2024 17:47:31 +0000  (19:47 +0200)]  
github: exclude clang & ubuntu-24.04 combination
Temporary workaround for:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-18/+bug/
2064187 
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Wed, 26 Jun 2024 17:28:03 +0000  (19:28 +0200)]  
lxc/storage/zfs: ignore false-positive use-after-free warningSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 4 Jun 2024 11:49:59 +0000  (13:49 +0200)]  
github: properly check apparmor profile changesSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 4 Jun 2024 11:49:19 +0000  (13:49 +0200)]  
github: start using ubuntu-24.04Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Wed, 5 Jun 2024 12:38:06 +0000  (14:38 +0200)]  
apparmor: regenerate rulesSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Wed, 5 Jun 2024 12:33:31 +0000  (14:33 +0200)]  
apparmor: use /{,**} instead of /**Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 4 Jun 2024 11:30:51 +0000  (13:30 +0200)]  
apparmor: regenerate rulesSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 4 Jun 2024 11:28:05 +0000  (13:28 +0200)]  
apparmor: fix rule path pattern specification syntax
See also:
https://bugs.launchpad.net/lxc/+bug/
2064144 
https://github.com/lxc/incus/pull/889/commits/
d2c13e3f6312f08750981a80a510530e881c4ec7 
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Jacob McNamee  [Wed, 22 May 2024 14:02:14 +0000  (07:02 -0700)]  
lxc-local: remove check for template existence before extractionSigned-off-by: Jacob McNamee <jacob@jacobmcnamee.com> 
Jacob McNamee  [Wed, 22 May 2024 13:44:17 +0000  (06:44 -0700)]  
lxc-local: fix incorrect path to `templates` fileSigned-off-by: Jacob McNamee <jacob@jacobmcnamee.com> 
Jacob McNamee  [Wed, 22 May 2024 13:34:08 +0000  (06:34 -0700)]  
lxc-local: fix use of `LXC_PATH` before initSigned-off-by: Jacob McNamee <jacob@jacobmcnamee.com> 
KATOH Yasufumi  [Fri, 17 May 2024 07:47:16 +0000  (16:47 +0900)]  
Update lxc-execute.sgml.in
Update for 
a7aa297 
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> 
KATOH Yasufumi  [Fri, 17 May 2024 07:21:04 +0000  (16:21 +0900)]  
Update lxc-{attach,execute}.sgml.in
Update for 
52bf34d  and 
a7aa297 
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> 
MMFuba  [Sun, 12 May 2024 19:17:57 +0000  (21:17 +0200)]  
Update lxc-execute.sgml.inSigned-off-by: MMFuba <114305581+MMFuba@users.noreply.github.com> 
MMFuba  [Sun, 12 May 2024 19:13:36 +0000  (21:13 +0200)]  
Update lxc-attach.sgml.inSigned-off-by: MMFuba <114305581+MMFuba@users.noreply.github.com> 
Alexander Mikhalitsyn  [Mon, 8 Apr 2024 10:29:08 +0000  (12:29 +0200)]  
network: netdev_configure_server_veth: reduce scope of disable_ipv6_fd/path varsSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Mon, 8 Apr 2024 10:21:21 +0000  (12:21 +0200)]  
lxc/network: handle non-existing sysctl <ifname>/disable_ipv6Fixes: #4431 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Sat, 6 Apr 2024 20:11:12 +0000  (22:11 +0200)]  
github: test the lxc multicall binary builds tooSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Fri, 5 Apr 2024 15:50:58 +0000  (17:50 +0200)]  
meson: fix build on NixOSFixes: #4427 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Stéphane Graber  [Wed, 3 Apr 2024 03:33:26 +0000  (23:33 -0400)]  
Release LXC 6.0.0Signed-off-by: Stéphane Graber <stgraber@stgraber.org> 
Serge Hallyn  [Wed, 3 Apr 2024 02:47:03 +0000  (21:47 -0500)]  
Merge pull request #4424 from stgraber/main
Stéphane Graber  [Wed, 3 Apr 2024 00:43:37 +0000  (20:43 -0400)]  
lxc.spec: Align SPDX license idSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 3 Apr 2024 00:43:30 +0000  (20:43 -0400)]  
Makefile: Align SPDX license idSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 3 Apr 2024 00:42:09 +0000  (20:42 -0400)]  
meson: Align SPDX license idSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 3 Apr 2024 00:29:39 +0000  (20:29 -0400)]  
COPYING: Clarify licensing of files without SPDXSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Wed, 3 Apr 2024 00:23:13 +0000  (20:23 -0400)]  
doc: Add SPDX headers and remove Author fieldSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 22:31:26 +0000  (18:31 -0400)]  
src/include: Add SPDX headersSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 22:24:10 +0000  (18:24 -0400)]  
src/tests: Add SPDX headersSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:59:17 +0000  (17:59 -0400)]  
hooks: Add SPDX headersSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:54:04 +0000  (17:54 -0400)]  
lxc.spec: Clear default changelogSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:52:37 +0000  (17:52 -0400)]  
lxc.spec: Use SPDXSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:51:55 +0000  (17:51 -0400)]  
template: Use SPDXSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:50:03 +0000  (17:50 -0400)]  
config/yum: Use SPDX headerSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:49:54 +0000  (17:49 -0400)]  
COPYING: Remove whitespaceSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 21:45:23 +0000  (17:45 -0400)]  
MAINTAINERS: Remove Dwight from the maintainer listSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 17:46:34 +0000  (13:46 -0400)]  
Merge pull request #4377 from adamcstephens/install-options
Serge Hallyn  [Tue, 2 Apr 2024 15:51:03 +0000  (10:51 -0500)]  
Merge pull request #4423 from stgraber/main
Stéphane Graber  [Tue, 2 Apr 2024 15:26:48 +0000  (11:26 -0400)]  
lxc-checkconfig: Fix shellcheckSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 15:21:43 +0000  (11:21 -0400)]  
lxc-checkconfig: Show namespace limitsSigned-off-by: Stéphane Graber <stgraber@stgraber.org> 
Stéphane Graber  [Tue, 2 Apr 2024 14:53:31 +0000  (10:53 -0400)]  
Merge pull request #4422 from mihalicyn/ct_list_fix
Edênis Freindorfer Azevedo  [Wed, 15 Sep 2021 03:12:52 +0000  (00:12  -0300)]  
lxc-ls: list names with whitespaces in `--active`.Fixes: #3970 Signed-off-by: Edênis Freindorfer Azevedo <edenisfa@gmail.com> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Stéphane Graber  [Tue, 2 Apr 2024 13:07:45 +0000  (09:07 -0400)]  
Merge pull request #4421 from mihalicyn/lxc_copy_fixes
Stéphane Graber  [Tue, 2 Apr 2024 13:05:54 +0000  (09:05 -0400)]  
Merge pull request #4418 from mihalicyn/cumulative_fixes_2apr2024
Christian Brauner  [Tue, 2 Apr 2024 12:55:51 +0000  (14:55 +0200)]  
Merge pull request #4420 from mihalicyn/autostart_fix
Christian Brauner  [Tue, 2 Apr 2024 12:55:16 +0000  (14:55 +0200)]  
Merge pull request #4419 from mihalicyn/fixup_mod_rdep
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 11:58:35 +0000  (13:58 +0200)]  
lxc/tools: set default log_priority to ERRORFixes: #4405 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 11:43:08 +0000  (13:43 +0200)]  
tools/lxc_autostart: don't fail when there are no containersFixes: #3847 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 10:55:19 +0000  (12:55 +0200)]  
lxc/lxccontainer: specify file mode in open() call inside mod_rdep
We must explicitly specify file mode in open(.. O_CREAT ..).
Let's set 0644, while previously it was 0666 [1] which seems too much.
[1] https://sourceware.org/git/?p=glibc.git;a=blob;f=libio/fileops.c;h=
4db4a76f755b1f3b766dc47c669c09242395ec95 ;hb=HEAD#l216
Fixes: Coverity 1596044 
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 10:14:38 +0000  (12:14 +0200)]  
lxc/confile: do not print excess space before scale suffix for time.offset.bootSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 09:46:29 +0000  (11:46 +0200)]  
lxc/confile: do not print newline symbol in getter for lxc.time.offset.*Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 09:14:18 +0000  (11:14 +0200)]  
tests/parse_config_file: fix some typosSigned-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Tue, 2 Apr 2024 09:13:21 +0000  (11:13 +0200)]  
tests/parse_config_file: add tests for lxc.time.offset.*Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Arnaud Fontaine  [Tue, 2 Apr 2024 08:49:34 +0000  (10:49 +0200)]  
tree-wide: replace multiply_overflow with check_mul_overflowSigned-off-by: Arnaud Fontaine <arnaud.fontaine@airbus.com> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Stéphane Graber  [Mon, 1 Apr 2024 21:16:55 +0000  (17:16 -0400)]  
Merge pull request #4417 from mihalicyn/revert-3951-2021-08-25.fixes
Christian Brauner  [Wed, 25 Aug 2021 14:11:55 +0000  (16:11 +0200)]  
lxccontainer: rework copy_file()Signed-off-by: Christian Brauner <christian@brauner.io> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Christian Brauner  [Wed, 25 Aug 2021 14:05:00 +0000  (16:05 +0200)]  
lxccontainer: improve mod_rdep()Signed-off-by: Christian Brauner <christian@brauner.io> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Alexander Mikhalitsyn  [Mon, 1 Apr 2024 15:23:48 +0000  (17:23 +0200)]  
Revert "lxccontainer: fixes"Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> 
Stéphane Graber  [Mon, 1 Apr 2024 13:21:05 +0000  (09:21 -0400)]  
Merge pull request #3951 from brauner/2021-08-25.fixes
Stéphane Graber  [Sun, 31 Mar 2024 01:13:21 +0000  (21:13 -0400)]  
Merge pull request #4416 from ffontaine/main