From 726fc38d1d9e7771e3fbacc218154bc08b364da9 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 27 Mar 2024 05:49:46 +0100 Subject: [PATCH] attempt diagnosing skip-tar-in-mknod failure 'file changed as we read it' using auditd --- coverage.txt | 2 +- make_mirror.sh | 1 + tests/skip-tar-in-mknod | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/coverage.txt b/coverage.txt index fb09b19..2836908 100644 --- a/coverage.txt +++ b/coverage.txt @@ -433,4 +433,4 @@ Test: skip-output-mknod Modes: root unshare Test: skip-tar-in-mknod -Modes: unshare +Modes: root diff --git a/make_mirror.sh b/make_mirror.sh index 284b860..cb4dca1 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -457,6 +457,7 @@ if [ "$HAVE_QEMU" = "yes" ]; then if [ ! -e ./mmdebstrap ]; then pkgs="$pkgs,mmdebstrap" fi + pkgs="$pkgs,auditd" arches=$HOSTARCH if [ "$RUN_MA_SAME_TESTS" = "yes" ]; then case "$HOSTARCH" in diff --git a/tests/skip-tar-in-mknod b/tests/skip-tar-in-mknod index eb3027a..cc18977 100644 --- a/tests/skip-tar-in-mknod +++ b/tests/skip-tar-in-mknod @@ -3,7 +3,7 @@ set -eu export LC_ALL=C.UTF-8 export SOURCE_DATE_EPOCH={{ SOURCE_DATE_EPOCH }} -[ {{ MODE }} = "unshare" ] +#[ {{ MODE }} = "unshare" ] trap "rm -f /tmp/debian-chroot.tar" EXIT INT TERM @@ -22,7 +22,8 @@ fi $prefix {{ CMD }} --mode={{ MODE }} --variant=custom \ --skip=update,setup,cleanup,tar-in/mknod \ --setup-hook='tar-in ./cache/mmdebstrap-{{ DIST }}-apt.tar /' \ - '' /tmp/debian-chroot.tar + --setup-hook='/sbin/auditctl -w "$1" -p wxa -k mykey' \ + '' /tmp/debian-chroot.tar || /sbin/ausearch --format text -k mykey cmp ./cache/mmdebstrap-{{ DIST }}-apt.tar /tmp/debian-chroot.tar \ || diffoscope ./cache/mmdebstrap-{{ DIST }}-apt.tar /tmp/debian-chroot.tar