Hi Alex, ... > +++ b/testcases/kernel/security/integrity/ima/tests/ima_conditionals.sh > @@ -0,0 +1,57 @@ > +#!/bin/sh > +# SPDX-License-Identifier: GPL-2.0-or-later > +# Copyright (c) 2021 VPI Technology > +# Author: Alex Henrie <alexh@xxxxxxxxxxx> > +# > +# Verify that conditional rules work. > + > +TST_NEEDS_CMDS="awk chgrp chown cut sg sudo" awk, cut are not used. Or is that a dependency from some helpers in ima_setup.sh? (these should check the dependency themselves via tst_require_cmds). The rest LGTM, I just need to retest it. Kind regards, Petr