add patch to enable CONFIG_EVM_DEFAULT_HASH
http://10.30.33.235/hopeproductsgrp/hopestagegrp/bugzilla/-/issues/97
OE内核代码中并没有真正使能CONFIG_EVM_DEFAULT_HASH特性,需修改security/integrity/evm/Kconfig文件之后才能使openeuler_defconfig的配置生效
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b "chn-secret" "origin/chn-secret"
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "chn-secret" git merge --no-ff "chn-secret"
Step 4. Push the result of the merge to GitLab
git push origin "chn-secret"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
http://10.30.33.235/hopeproductsgrp/hopestagegrp/bugzilla/-/issues/97
OE内核代码中并没有真正使能CONFIG_EVM_DEFAULT_HASH特性,需修改security/integrity/evm/Kconfig文件之后才能使openeuler_defconfig的配置生效
This will create a new commit in order to revert the existing changes.