From 75808db17caf8b960b351e3408e74142f4c85aac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:42:30 +0200 Subject: Adding upstream version 2.117.0. Signed-off-by: Daniel Baumann --- tags/u/udevadm-called-without-guard.tag | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tags/u/udevadm-called-without-guard.tag (limited to 'tags/u/udevadm-called-without-guard.tag') diff --git a/tags/u/udevadm-called-without-guard.tag b/tags/u/udevadm-called-without-guard.tag new file mode 100644 index 0000000..2661966 --- /dev/null +++ b/tags/u/udevadm-called-without-guard.tag @@ -0,0 +1,14 @@ +Tag: udevadm-called-without-guard +Severity: warning +Check: scripts +Explanation: The specified maintainer script uses set -e but seems to + call udevadm(8) without a conditional guard. + . + udevadm can exist but be non-functional (such as inside a + chroot) and thus can result in package installation or upgrade failure + if the call fails. + . + Please guard the return code of the call via wrapping it in a suitable + if construct, appending || true or depending on the + udev package. +See-Also: Bug#890224, udevadm(8) -- cgit v1.2.3