From 4632011bac15db3b81932b66ccfda6712411f910 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Fri, 12 Jan 2024 15:33:08 +0200 Subject: [PATCH] updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc1727..9ad9437 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # check_mk-check-selinux -Check status of selinux based on the output of the sestatus command. +Check status of selinux based on the output of the sestatus command. +Updated for Checkmk 2.2 including a bakery plugin (so you can package and deploy). ## SELinux reference The following (link)[https://github.com/SELinuxProject/selinux/blob/97fa708d867ecb26e8d1c766760947f8e3b9e59a/policycoreutils/sestatus/sestatus.c#L4] defines the output of the sestatus command.