1
0
forked from testing/wiki
testing-wiki/QA/Testcase_Post_SELinux_Errors_Server.md
Lukas Magauer 154e709632 Testing: Post-Install test docs (#15)
* Update Release Criteria and Test Cases

* Testcase batch 1

* Update the post install release criteria for Rocky Linux 9

* Update the test case overview

* Update text-formatting

* Testcase batch 2

* Fix words and add some links

* Missed one word

* Make sure the authors are correct

* Add text about the release relevance

Co-authored-by: lumarel <lumarel@users.noreply.github.com>
2022-07-04 21:51:02 -05:00

1.5 KiB

title author revision_date rc
QA:Testcase SELinux Errors on Server installations Lukas Magauer 2022-05-31
prod ver level
Rocky Linux
8
9
Final

!!! info "Release relevance" This Testcase applies the following versions of {{ rc.prod }}: {% for version in rc.ver %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}

!!! info "Associated release criterion" This test case is associated with the Release_Criteria#selinux-errors-server release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion.

Description

Basically running a text mode installation for a longer amount of time, while using it and then checking if there were any SELinux audit messages.

Setup

Obtain access to a suitable system with one of the text mode installation base groups.

It might also be beneficial to run this test with other than the core installation, but that is a long term test and a bit out of scope of this test.

How to test

  1. Setup new machine or get access to a installed machine
  2. As this test is mostly about the stability of the core system it is mostly only needed to let the system run for a few minutes, if possible hours

Expected Results

  1. Install sealert with dnf install setroubleshoot-server
  2. Run sealert -a /var/log/audit/audit.log
  3. There must not be shown any errors / denials

{% include 'testing/qa_testcase_bottom.md' %}