ae0a5e8355
selinux_restorecon utility was dropped in upstream release 2.7
51 lines
929 B
YAML
51 lines
929 B
YAML
---
|
|
# Test to run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- getsebool
|
|
- realpath_not_final-function
|
|
- selabel-functions
|
|
- selinux_boolean_sub-function
|
|
- selinux_sestatus-functions
|
|
- selinux_set_callback
|
|
- selinux_restorecon-functions
|
|
- setenforce
|
|
required_packages:
|
|
- libselinux
|
|
- libselinux-devel
|
|
- libselinux-utils
|
|
- glibc
|
|
- gcc
|
|
- attr
|
|
- strace
|
|
- audit
|
|
- e2fsprogs
|
|
|
|
# Tests to run inside a container
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- container
|
|
tests:
|
|
- realpath_not_final-function
|
|
required_packages:
|
|
- libselinux
|
|
- libselinux-devel
|
|
- glibc
|
|
- gcc
|
|
|
|
# Tests to run for Atomic Host
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
tests:
|
|
- getsebool
|
|
- setenforce
|