psss / tests / selinux

Forked from tests/selinux 6 years ago
Clone

735763c require the service command instead of its package

Authored and Committed by mmalik 2 years ago
    require the service command instead of its package
    
    Recently, the service command was moved from the initscripts package
    to the initscripts-service package. The service command is necessary
    for operations with audit daemon, because it's not possible to
    restart the audit daemon using the systemctl command.
    
    Now, the SELinux beaker library requires the /usr/sbin/service command
    instead of a package name.