diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:04:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:04:13 +0000 |
commit | b44eedad97b5c4559a56c18299c74a99838320ca (patch) | |
tree | c0475e623f269ecd61317cc69572e4835e1889dc /tests/skip-tar-in-mknod | |
parent | Releasing progress-linux version 1.4.3-6~progress7.99u1. (diff) | |
download | mmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.tar.xz mmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.zip |
Merging upstream version 1.5.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/skip-tar-in-mknod')
-rw-r--r-- | tests/skip-tar-in-mknod | 5 |
1 files changed, 3 insertions, 2 deletions
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 |