|
[meta-zephyr][PATCH 2/2][mickledore] CI: Disable testimage on qemu-cortex-a9
From: Peter Hoyes <Peter.Hoyes@...> Runtime validation is currently failing on qemu-cortex-a9 for undiagnosed reasons. Disable testimage on this machine for now until it has been fixed. Signed-off-by:
From: Peter Hoyes <Peter.Hoyes@...> Runtime validation is currently failing on qemu-cortex-a9 for undiagnosed reasons. Disable testimage on this machine for now until it has been fixed. Signed-off-by:
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 1/2][mickledore] CI: Update to mickledore
From: Peter Hoyes <Peter.Hoyes@...> Signed-off-by: Peter Hoyes <Peter.Hoyes@...> --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 70ada
From: Peter Hoyes <Peter.Hoyes@...> Signed-off-by: Peter Hoyes <Peter.Hoyes@...> --- ci/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/base.yml b/ci/base.yml index 70ada
|
By
Peter Hoyes
·
|
|
Yocto Project Status 9 May 2023 (WW19)
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday May 11th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday May 11th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
|
By
Stephen Jolley
·
|
|
[meta-security][PATCH v2 3/8] ima: Fix the IMA kernel feature
Fix the IMA kernel feature. Remove outdated patches and add ima.cfg holding kernel configuration options for IMA and EVM. Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/classes/ima-evm-
Fix the IMA kernel feature. Remove outdated patches and add ima.cfg holding kernel configuration options for IMA and EVM. Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/classes/ima-evm-
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 2/8] ima: Fix the ima_policy_appraise_all to appraise executables & libraries
Fix the ima_policy_appraise_all policy to appraise all executables and libraries. Also update the list of files that are not appraised to not appraise cgroup related files. Signed-off-by: Stefan Berge
Fix the ima_policy_appraise_all policy to appraise all executables and libraries. Also update the list of files that are not appraised to not appraise cgroup related files. Signed-off-by: Stefan Berge
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 5/8] ima: Sign all executables and the ima-policy in the root filesystem
Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/classes/ima-evm-rootfs.bbclass | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/meta-integrity/class
Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/classes/ima-evm-rootfs.bbclass | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/meta-integrity/class
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 7/8] linux: overlayfs: Add kernel patch resolving a file change notification issue
Add a temporary patch that resolves a file change notification issue with overlayfs where IMA did not become aware of the file changes since the 'lower' inode's i_version had not changed. The issue wi
Add a temporary patch that resolves a file change notification issue with overlayfs where IMA did not become aware of the file changes since the 'lower' inode's i_version had not changed. The issue wi
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 8/8] ima-evm-utils: Update ima-evm-utils to v1.5 and add a patch
Signed-off-by: Stefan Berger <stefanb@...> --- ...ation-using-ioctl-when-evm_portable-.patch | 35 +++++++++++++++++++ ...-evm-utils_1.4.bb => ima-evm-utils_1.5.bb} | 9 +++-- 2 files changed, 42 insert
Signed-off-by: Stefan Berger <stefanb@...> --- ...ation-using-ioctl-when-evm_portable-.patch | 35 +++++++++++++++++++ ...-evm-utils_1.4.bb => ima-evm-utils_1.5.bb} | 9 +++-- 2 files changed, 42 insert
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 4/8] ima: Rename IMA_EVM_POLICY_SYSTEMD to IMA_EVM_POLICY
The IMA policy will be specified using the IMA_EVM_POLICY variable since systemd will not be involved in loading the policy but the init script will load it. Signed-off-by: Stefan Berger <stefanb@...>
The IMA policy will be specified using the IMA_EVM_POLICY variable since systemd will not be involved in loading the policy but the init script will load it. Signed-off-by: Stefan Berger <stefanb@...>
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 6/8] integrity: Update the README for IMA support
Update the README describing how IMA support can be used. Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletion
Update the README describing how IMA support can be used. Signed-off-by: Stefan Berger <stefanb@...> --- meta-integrity/README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletion
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 0/8] Fix IMA and EVM support
This series of patches fixes the current support for IMA and EVM by removing outdated patches for example and adding kernel config options. I have tried out these patches with OpenBMC where the apprai
This series of patches fixes the current support for IMA and EVM by removing outdated patches for example and adding kernel config options. I have tried out these patches with OpenBMC where the apprai
|
By
Stefan Berger
·
|
|
[meta-security][PATCH v2 1/8] ima: Document and replace keys and adapt scripts for EC keys
For shorted file signatures use EC keys rather than RSA keys. Document the debug keys and their purpose. Adapt the scripts for creating these types of keys to now create EC keys. Signed-off-by: Stefan
For shorted file signatures use EC keys rather than RSA keys. Document the debug keys and their purpose. Adapt the scripts for creating these types of keys to now create EC keys. Signed-off-by: Stefan
|
By
Stefan Berger
·
|
|
[meta-parsec][master,mickledore][PATCH] meta-parsec/layer.conf: Insert addpylib declaration
4 messages
From: Peter Hoyes <Peter.Hoyes@...> Yocto mickledore introduced the addpylib directive for explicitly adding layer paths to the PYTHONPATH. Standalone OEQA test suite discovery does not require this d
From: Peter Hoyes <Peter.Hoyes@...> Yocto mickledore introduced the addpylib directive for explicitly adding layer paths to the PYTHONPATH. Standalone OEQA test suite discovery does not require this d
|
By
Peter Hoyes
·
|
|
[meta-security][langdale][PATCH] Revert "meta-parsec/layer.conf: Insert addpylib declaration"
This reverts commit ffd9eb59c7d35c3f9acc29be661bdcd0c6332897. Applied to wrong branch. Signed-off-by: Armin Kuster <akuster808@...> --- meta-parsec/conf/layer.conf | 2 -- 1 file changed, 2 deletions(-
This reverts commit ffd9eb59c7d35c3f9acc29be661bdcd0c6332897. Applied to wrong branch. Signed-off-by: Armin Kuster <akuster808@...> --- meta-parsec/conf/layer.conf | 2 -- 1 file changed, 2 deletions(-
|
By
Armin Kuster
·
|
|
[meta-security][kirkstone][PATCH v2] tpm2-tss: upgrade to 3.2.2 to fix CVE-2023-22745
4 messages
Changelog: 3.2.2 A buffer overflow in tss2-rc as CVE-2023-22745. The drv layer in tss2-rc should have been the policy layer. Spec deviation in Fapi_GetDescription caused description to be NULL when it
Changelog: 3.2.2 A buffer overflow in tss2-rc as CVE-2023-22745. The drv layer in tss2-rc should have been the policy layer. Spec deviation in Fapi_GetDescription caused description to be NULL when it
|
By
Peter Marko
·
|
|
Enhancements/Bugs closed WW18!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 2 ross.burton@... 1 alexandre.belloni@... 1 Grand Total 4 Thanks, Stephen K. Jolley Yoc
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 2 ross.burton@... 1 alexandre.belloni@... 1 Grand Total 4 Thanks, Stephen K. Jolley Yoc
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.3
All, Below is the list as of top 38 bug owners as of the end of WW18 of who have open medium or higher bugs and enhancements against YP 4.3. There are 119 possible work days left until the final relea
All, Below is the list as of top 38 bug owners as of the end of WW18 of who have open medium or higher bugs and enhancements against YP 4.3. There are 119 possible work days left until the final relea
|
By
Stephen Jolley
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
|
By
Stephen Jolley
·
|
|
[meta-mingw][PATCH 1/1] meta-mingw: remove old overrides
From: Joe Slater <joe.slater@...> Adjust a comment. Signed-off-by: Joe Slater <joe.slater@...> --- conf/machine-sdk/include/mingw32-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
From: Joe Slater <joe.slater@...> Adjust a comment. Signed-off-by: Joe Slater <joe.slater@...> --- conf/machine-sdk/include/mingw32-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff
|
By
Joe Slater
·
|
|
[meta-security][PATCH 0/8] Fix IMA and EVM support
5 messages
This series of patches fixes the current support for IMA and EVM by removing outdated patches for example and adding kernel config options. I have tried out these patches with OpenBMC where the apprai
This series of patches fixes the current support for IMA and EVM by removing outdated patches for example and adding kernel config options. I have tried out these patches with OpenBMC where the apprai
|
By
Stefan Berger
·
|