summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-04-25systemd: add systemd.Run() wrapper for systemd-runMaciej Borzecki
2022-03-21kernel/fde: add EncryptedDeviceMapperName, DeviceSetupHookPartitionOffsetIan Johnson
2022-03-20kernel/fde: add PartitionName to various structsIan Johnson
2022-03-20kernel/fde/reveal_key.go: ensure Mock* function only used in testsIan Johnson
2022-03-14kernel/fde/fde_test.go: use DeepEquals for a [][]string comparisonIan Johnson
2022-03-11kernel/fde: adjust variable names in unit tests, check calls to hook in a testIan Johnson
2022-03-11kernel/fde/device_unlock.go: add doc-commentsIan Johnson
2022-03-11Merge branch 'master' into ice/fde-device-unlockIan Johnson
2021-11-22kernel/fde, osutil: rename functions, add doc-commentsIan Johnson
2021-11-16osutil/disks, kernel/fde: rename device mapper back resolverIan Johnson
2021-11-09kernel/fde: add DeviceUnlockKernelHookDeviceMapperHandler, use w/ disks pkgIan Johnson
2021-10-07fde: tweak/fix doc strings (thanks to Ian)Michael Vogt
2021-10-07fde: remove (uneeded) sleep in tests (thanks to Ian)Michael Vogt
2021-09-25Merge remote-tracking branch 'upstream/master' into ice/refactor-fde-minimalMichael Vogt
2021-09-24fde: improve error handling and doc strings for methodsMichael Vogt
2021-09-24Merge remote-tracking branch 'upstream/master' into ice/fde-device-unlockMichael Vogt
2021-09-23Merge pull request #10815 from mvo5/ice/has-device-unlockMichael Vogt
2021-09-23fde: fix typosMichael Vogt
2021-09-22fde: add new device-setup support to fde-setupMichael Vogt
2021-09-22fde,devicestate: add new fde.CheckFeatures() and use in DeviceManagerMichael Vogt
2021-09-21fde: add new DeviceUnlock() callMichael Vogt
2021-09-21fde: extract new runFDEinitramfsHelper() helperMichael Vogt
2021-09-21fde: add HasDeviceUnlock() helperMichael Vogt
2021-09-20kernel/fde: mock systemd-run in unit testAlberto Mardegan
2021-04-27kernel: fix typo/improve comment (thanks to Pawel)Michael Vogt
2021-04-25many: drop some now spurious [:] slicingSamuele Pedroni
2021-04-25kernel/fde,secboot: small cleanupsSamuele Pedroni
2021-04-25kernel/fde: typo in filename reveal_key.goSamuele Pedroni
2021-04-24Merge remote-tracking branch 'upstream/master' into fde-hooks-v2.4Samuele Pedroni
2021-04-23kernel/fde,secboot: move infra to run fde-reveal-key to kernel/fdeSamuele Pedroni
2021-04-23kernel/fde: drop unused SetupRequest.ModelsSamuele Pedroni
2021-04-23kernel/fde: fix v1 marker handleSamuele Pedroni
2021-04-23many: disentagle kernel/fde from secboot, reorg files in the latterSamuele Pedroni
2021-04-23boot,fde: cleanup after master mergeMichael Vogt
2021-04-23fix tests, remove left-over codeMichael Vogt
2021-04-22fix testsMichael Vogt
2021-04-22update testsMichael Vogt
2021-04-22Merge branch 'fde-hooks-split-from-10149-1' into fde-hooks-v2.4Michael Vogt
2021-04-22many: move FDE details to kernel/fde (was devicestate/fde)Samuele Pedroni
2020-12-10kernel: export valid asset name regexMaciej Borzecki
2020-12-10kernel: match with gadget code and allow dashes in asset name, update validationMaciej Borzecki
2020-12-10kernel: validate the sanity of asset.contentMaciej Borzecki
2020-09-02kernel: update doc string (thanks to Maciej)Michael Vogt
2020-08-28kernel: remove "edition" from kernel.yaml and add "update"Michael Vogt
2020-08-20kernel: tweak error message in validateAssetsContent() (thanks to Maciej)Michael Vogt
2020-08-20Merge remote-tracking branch 'upstream/master' into kernel-validateMichael Vogt
2020-08-20kernel: fix typo (thanks to Ian)Michael Vogt
2020-08-14kernel: add basic asset name validation (alphanumeric only for now)Michael Vogt
2020-08-14kernel: add kernel.Validate()Michael Vogt
2020-08-14kernel: fix `gofmt -s`Michael Vogt