Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(modsign): load keys to correct keyring
Until now, 03modsign module was loading keys from /lib/modules/keys/* into the current session keyring. This change makes it add keys to the secondary trusted keyring. This works only as long as added certificate is signed by key from the same keyring.
- Loading branch information