From b527af49c6db1f58bd6ef1e376854041c01205e3 Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Thu, 16 Feb 2023 13:42:55 +0100 Subject: [PATCH] Reword Changelog for SELinux Issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0997a3c..a56b70281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and repairs broken SELinux policies. By the way it fixes several other bugs. ### Bugfixes -* SELinux: repair broken policies. #9690 +* SELinux: fix user and domain creation by explicitly setting the role. #9690 * Signal handlers: don't interrupt and break plugins spawning. #9682 * Icinga DB: take check\_period into account during overdue calculation. #9679 * Avoid corrupted files: use fsync(2)/FlushFileBuffers() everywhere. #9681