From Fedora Project Wiki

Revision as of 02:29, 8 July 2014 by Adamwill (talk | contribs) (create a simple 'is selinux on' base validation test case)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case checks that SELinux is enabled and enforcing after a Fedora installation.


How to test

  1. 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.
  2. Boot the installed system, and check the status of SELinux: sudo getenforce

Expected Results

  1. The result of the command should be "Enforcing", indicating that SELinux is enabled in enforcing mode.