summarylogtreecommitdiffstats
path: root/secureboot-helper-systemd.hook
blob: ed4dc5abb35f326bff540e04bf3ae9c5c58892a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = systemd

[Action]
Description = Signing SystemD for SecureBoot
When = PostTransaction
Exec = /usr/bin/sbsign --key /%SIGN_LOCATION%/db/db.key --cert /%SIGN_LOCATION%/db/db.crt --output "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" "/usr/lib/systemd/boot/efi/systemd-bootx64.efi"
Depends = sbsigntools
Depends = findutils
Depends = grep