aboutsummaryrefslogtreecommitdiff
path: root/z-secureboot.hook
diff options
context:
space:
mode:
Diffstat (limited to 'z-secureboot.hook')
-rw-r--r--z-secureboot.hook15
1 files changed, 15 insertions, 0 deletions
diff --git a/z-secureboot.hook b/z-secureboot.hook
new file mode 100644
index 0000000..97b71c3
--- /dev/null
+++ b/z-secureboot.hook
@@ -0,0 +1,15 @@
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Type = Package
+Target = linux
+Target = systemd
+
+[Action]
+Description = Signing Kernel for SecureBoot
+When = PostTransaction
+Exec = /usr/bin/sign-boot
+Depends = sbsigntools
+Depends = findutils
+Depends = grep
+Depends = bash