On Tue, 2023-01-10 at 10:14 -0500, Mimi Zohar wrote: > Hi Roberto, > > On Mon, 2023-01-09 at 17:55 +0100, Roberto Sassu wrote: > > + pushd linux-integrity > > + git pull --depth 5 origin ${{ secrets.LINUX_BRANCH }} > > + ./scripts/kconfig/merge_config.sh -m .config ../config-uml > > + make ARCH=um olddefconfig > > Should the above two lines be reversed? First create a .config based > on the default UML config, then update it with the test specific > options - security, integrity, IMA, EVM. Hi Mimi yes, first .config needs to be created. Thanks Roberto > > + make ARCH=um $CROSS_COMPILE_OPT -j$(nproc) > > + chmod +x linux > > + cp linux .. > > + cp certs/signing_key.pem .. > > + popd