Skip to content

Commit

Permalink
Make coredumpctl(1) 'dump' and 'debug' work inside toolbox containers
Browse files Browse the repository at this point in the history
  • Loading branch information
eiffel-fl authored and debarshiray committed Dec 18, 2020
1 parent 969e8c1 commit 48fb219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/initContainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var (
{"/tmp", "/run/host/tmp", "rslave"},
{"/var/lib/flatpak", "/run/host/var/lib/flatpak", "ro"},
{"/var/lib/libvirt", "/run/host/var/lib/libvirt", ""},
{"/var/lib/systemd/coredump", "/run/host/var/lib/systemd/coredump", "ro"},
{"/var/log/journal", "/run/host/var/log/journal", "ro"},
{"/var/mnt", "/run/host/var/mnt", "rslave"},
}
Expand Down

0 comments on commit 48fb219

Please sign in to comment.