psss / tests / selinux

Forked from tests/selinux 6 years ago
Clone

cf69ccd kernel/selinux-testsuite: ensure test policy is fully unloaded

Authored and Committed by omos 3 years ago
    kernel/selinux-testsuite: ensure test policy is fully unloaded
    
    Since the testsuite now loads more policy modules, the `semodule -r
    test_policy` command is not enough for a full cleanup. Do `make -C
    policy unload instead`.
    
    Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>