Re: [PATCH v2 1/8] evmtest: Regression testing integrity subsystem

2019-03-22 Thread Petr Vorel
Hi David, > $ evmtest runtest example_test -e /bin/bash > [*] Starting test: example_test > [*] TEST: PASSED > Example 1a: successful verbose example test output > $ evmtest runtest example_test -e /bin/bash -v ... > Changelog: ... > * checkbashishms compliant Not yet :). I noticed using source

[PATCH v2 1/8] evmtest: Regression testing integrity subsystem

2019-03-22 Thread djacobs7
From: David Jacobson As the Linux integrity subsystem matures and new features are added, the number of kernel configuration options (Kconfig) and methods for loading policies have increased. Regression testing of new and existing features is needed to ensure correct behavior. The Linux Test Pro