From 2add5b811415586a01180acda9dab97ba3a3f0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 2 Aug 2024 10:15:12 +0100 Subject: [PATCH 1/2] feat(products): enable SELinux --- products.d/sles_160.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/products.d/sles_160.yaml b/products.d/sles_160.yaml index d92837cd26..5c03b17e23 100644 --- a/products.d/sles_160.yaml +++ b/products.d/sles_160.yaml @@ -52,11 +52,8 @@ software: base_product: SLES security: - lsm: none + lsm: selinux available_lsms: - apparmor: - patterns: - - apparmor selinux: patterns: - selinux From be8a5d2e90a2981614bc2282c042b20a7083876f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 2 Aug 2024 10:15:23 +0100 Subject: [PATCH 2/2] doc(products): update changes file --- products.d/agama-products.changes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/products.d/agama-products.changes b/products.d/agama-products.changes index 3b292b2ff5..d46f75fd28 100644 --- a/products.d/agama-products.changes +++ b/products.d/agama-products.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 2 09:12:25 UTC 2024 - Imobach Gonzalez Sosa + +- Adjust Linux Security Modules (LSM) configuration for SLES 16 +(gh#openSUSE/agama#1525): + - Enable SELinux by default. + - Drop AppArmor as it is not available. + ------------------------------------------------------------------- Fri Aug 2 08:51:59 UTC 2024 - Imobach Gonzalez Sosa