Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6502

Output needed for following steps in Yocto

$
0
0

I need a description for each testing steps and results on each of themHere are the steps

  1. Install a Yocto-addon that modifies the Yocto configuration to add the required components to the environment

  2.  After installation, the Linux image needs to be completely rebuilt including the kernel
  3.  The resulting image after installation includes Application Whitelist enforcement
  4.  The Yocto-addon also adds a policy creation step that adds all image programs (executables libraries and scripts) to the whitelist automatically.
  5.  After the built image is flashed to a device, only the programs detected during the build are allowed to run.
  6.  Whitelisting is done when a program starts and decides if it is allowed or not.
  7.  The product also whitelists shell-scripts

Viewing all articles
Browse latest Browse all 6502

Trending Articles