On 2019/1/24 上午1:04, Petr Vorel wrote: > Hi Mimi, Jia, > >> If we choose to run ima_policy.sh locally without installation, >> a failure message is reported as following: > >> ima_policy 1 TCONF: missing <path>/ltp/testcases/kernel/security/integrity/ima/datafiles/measure.policy > >> TST_DATAROOT would be extended to datafiles but the policy files >> are actually placed under policy. > >> In order to make it easier, just rename the folder name to datafiles. > >> Signed-off-by: Jia Zhang <zhang.jia@xxxxxxxxxxxxxxxxx> >> --- > > I wasn't sure about this one as make install isn't that hard to do even during > debugging and policy is more descriptive. But other tests use datafiles as well, > therefore taken as well. Actually, this patch resolves the issue if we just follow this step to run IMA-only test: $ git clone https://github.com/linux-test-project/ltp.git $ cd ltp $ export LTP_ROOT="$PWD" $ make autotools $ ./configure $ cd testcases/lib $ make $ cd ../kernel/security/integrity/ima $ make $ sudo PATH=$LTP_ROOT/testcases/lib:tests:$PATH ./tests/ima_policy.sh A full LTP installation doesn't have this issue. Jia > > Whole patchset merged, thank you both for your work. > > Kind regards, > Petr >