-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Check fuse and Boot Guard states #139
Draft
PLangowski
wants to merge
46
commits into
develop
Choose a base branch
from
check-bootguard
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repository jiazhang0/meta-secure-core is archived since 07.02.2023, change to active Wind-River/meta-secure-core. Signed-off-by: Daniil Klimuk <[email protected]>
efi-ext.scc is being added in meta-secure-core/meta-efi-secure-boot and sets, among other configurations, configuration CONFIG_EFI_VARS to m which conflicts with efivars.cfg that sets the config to y. Signed-off-by: Daniil Klimuk <[email protected]>
A fix for Dasharo/dasharo-issues#752. The core of the problem revolved around the use of the ping command for network connectivity verification, which relied on ICMP packets. This approach posed limitations in environments where ICMP packets are blocked or filtered, leading to false negatives in connectivity checks. The implementation replaces ping with `wget --spider` that is used to check for `cloud.3mdeb.com` access without downloading content. By using wget, the script now supports environments where ICMP is not an option Signed-off-by: Tymoteusz Burak <[email protected]>
Move all DTS scripts to another repo and add as git package. Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
distro: dts-scripts: bump revision
This recipe was not used in the builds, instead recipe from meta-openembedded is being used. Surplus metadata should be deleted. Refs: Dasharo/dasharo-issues#770 Dasharo/dasharo-issues#769 Signed-off-by: Daniil Klimuk <[email protected]>
This package provides license statement in README.md, but Yocto needs it to be a separate file. Refs: https://github.com/nix-community/acpi_call/blob/fe9dc95a83a95e4826c1a7c809d41c2f16de40a6/README.md?plain=1#L68 Signed-off-by: Daniil Klimuk <[email protected]>
Delete hidapi recipe
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Otherwise, the host gcc was used Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Signed-off-by: Maciej Pijanowski <[email protected]>
Signed-off-by: Michał Iwanicki <[email protected]>
Fix scp from host to DTS not working without -O flag
Signed-off-by: Pawel Langowski <[email protected]>
…ol check Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
…r file Signed-off-by: Pawel Langowski <[email protected]>
…ol test Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Cukinia docs
…fix style Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
smmstore tool
txesbmantool
Signed-off-by: Pawel Langowski <[email protected]>
The script was moved to the dts-scripts repo (https://github.com/Dasharo/dts-scripts/blob/main/include/dts-functions.sh) and is not used here anymore. Signed-off-by: Pawel Langowski <[email protected]>
…-body` flag Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
pre-commit
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
Signed-off-by: Pawel Langowski <[email protected]>
PLangowski
force-pushed
the
check-bootguard
branch
from
July 25, 2024 12:33
694ed04
to
ce88fba
Compare
@PLangowski Is this WIP? If yes then convert to draft |
@pietrushnic i was reviewing the scripts part of the checks |
PLangowski
force-pushed
the
develop
branch
3 times, most recently
from
September 27, 2024 13:26
122cf34
to
dd57b29
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.