I need a description for each testing steps and results on each of themHere are the steps
Install a Yocto-addon that modifies the Yocto configuration to add the required components to the environment
After installation, the Linux image needs to be completely rebuilt including the kernelThe resulting image after installation includes Application Whitelist enforcementThe Yocto-addon also adds a policy creation step that adds all image programs (executables libraries and scripts) to the whitelist automatically.After the built image is flashed to a device, only the programs detected during the build are allowed to run.Whitelisting is done when a program starts and decides if it is allowed or not.The product also whitelists shell-scripts