From 51e96fe3390cfbe1a97fcee80930062ae4f05412 Mon Sep 17 00:00:00 2001 From: reitzrobert77 <111367200+reitzrobert77@users.noreply.github.com> Date: Sat, 12 Aug 2023 01:56:56 +0200 Subject: [PATCH] Minor sticky bit fix for blocklist (#5) --- debian/patches/kmodsign_blocklist_support.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/patches/kmodsign_blocklist_support.patch b/debian/patches/kmodsign_blocklist_support.patch index cfc72cc..8fb5077 100644 --- a/debian/patches/kmodsign_blocklist_support.patch +++ b/debian/patches/kmodsign_blocklist_support.patch @@ -10,7 +10,13 @@ Last-Update: 2023-08-08 --- tpmsbsigntool-0.9.4.orig/debian/changelog 2023-08-08 21:18:37.613975224 +0200 +++ tpmsbsigntool-0.9.4/debian/changelog 2023-08-08 21:25:12.738804080 +0200 -@@ -1,3 +1,15 @@ +@@ -1,3 +1,21 @@ ++tpmsbsigntool (0.9.4-2-3) jammy; urgency=medium ++ ++ * Minor sticky bit fix. ++ ++ -- Richard Robert Reitz Fri, 11 Aug 2023 23:17:03 +0200 ++ +tpmsbsigntool (0.9.4-2-2) jammy; urgency=medium + + * Fixed return code of blocked modules. @@ -42,7 +48,7 @@ Last-Update: 2023-08-08 + echo "# Example:" >> "${BLOCKLIST}" + echo "# v4l2loopback" >> "${BLOCKLIST}" + echo >> "${BLOCKLIST}" -+ chmod 640 "${BLOCKLIST}" ++ chmod 1640 "${BLOCKLIST}" + chattr +i "${BLOCKLIST}" + fi + ;;