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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
308 Views
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!

Labels (3)
0 Kudos
Reply
1 Solution
274 Views
Harvey021
NXP TechSupport
NXP TechSupport
0 Kudos
Reply
1 Reply
275 Views
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 Kudos
Reply