From Fedora Project Wiki
(create a simple 'is selinux on' base validation test case) |
(associated release criterion) |
||
Line 1: | Line 1: | ||
{{Template:Associated_release_criterion|Alpha|selinux-configuration}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test case checks that SELinux is enabled and enforcing after a Fedora installation. | |description=This test case checks that SELinux is enabled and enforcing after a Fedora installation. |
Revision as of 00:50, 9 July 2014
Description
This test case checks that SELinux is enabled and enforcing after a Fedora installation.
How to test
- Install the Fedora release you wish to test, in graphical or text mode, making as few choices as possible and making the most simple and obvious choices where a choice is required.
- Boot the installed system, and check the status of SELinux:
sudo getenforce
Expected Results
- The result of the command should be "Enforcing", indicating that SELinux is enabled in enforcing mode.