enable sm3 signature and add ima certificate in kernel
- 文件完整性保护
使用IMA评估模式(hash),OS启动参数中增加"ima_policy=appraise_tcb ima_hash=sm3 ima_appraise=fix",配置IMA策略和摘要算法,开启IMA评估fix模式。
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.
This will create a new commit in order to revert the existing changes.