psss / tests / selinux

Forked from tests/selinux 6 years ago
Clone

2132272 search for AVCs only, ignore USER_AVCs

2 files Authored by mmalik 3 years ago, Committed by mmalik 3 years ago,
    search for AVCs only, ignore USER_AVCs
    
    Because the test uses a custom policy module, there will always
    be at least 2 USER_AVC messages reported (received policyload notice
    caused by insertion and removal of the policy module). The ausearch
    calls should only care about AVC messages.
    The test also uses the semanage command, which is not required in Makefile.
    Both issues are now fixed.