Implementing Runtime Validation for Custom Application on I.MX6DL Linux Platform

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Implementing Runtime Validation for Custom Application on I.MX6DL Linux Platform

跳至解决方案
981 次查看
hank2024
Contributor II

Hi,

I am planning to run Linux on the I.MX6DL platform and add my own application. For security reasons, I want to implement a validation mechanism: the application will perform a verification during runtime. If the verification succeeds, the application will run normally; if it fails, the application will not proceed further. Could anyone suggest a good approach to achieve this?

Thank you!

Best wish!

标签 (3)
0 项奖励
回复
1 解答
947 次查看
Harvey021
NXP TechSupport
NXP TechSupport
0 项奖励
回复
1 回复
948 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hope this can be helpful for you, such as fs-verity: read-only file-based authenticity protection — The Linux Kernel documentation

 

Regards

Harvey

0 项奖励
回复