psss / tests / selinux

Forked from tests/selinux 6 years ago
Clone

15cc76e update all rlSE* functions to the latest version

3 files Authored by mmalik 3 years ago, Committed by mmalik 3 years ago,
    update all rlSE* functions to the latest version
    
    Many changes were done in downstream SELinux beakerlib library and
    they were not propagated to upstream. Now, it's fixed.
    
    The audit daemon is restarted everytime the SELinux beakerlib library
    is loaded, which usually happens once at the beginning of each test.
    This change is necessary because the audit daemon sometimes dies and
    gathering of SELinux denials via ausearch relies on fact that audit
    daemon is running and logging them. Without a running audit daemon
    many tests can pass (false positive) because no SELinux denials were
    found.