Skip to content

Commit

Permalink
Minor sticky bit fix for blocklist (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzrobert77 authored Aug 11, 2023
1 parent 2ceacd4 commit 51e96fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions debian/patches/kmodsign_blocklist_support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> Fri, 11 Aug 2023 23:17:03 +0200
+
+tpmsbsigntool (0.9.4-2-2) jammy; urgency=medium
+
+ * Fixed return code of blocked modules.
Expand Down Expand Up @@ -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
+ ;;
Expand Down

0 comments on commit 51e96fe

Please sign in to comment.