Re: [PATCH ima-evm-utils 3/8] Compile the UML kernel and download it in Github Actions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux