From c431e8bc4858ab0caa8f7ec0d669a6235c30e694 Mon Sep 17 00:00:00 2001 From: Sergey Khalyutn Date: Fri, 10 Jul 2026 15:33:04 +0300 Subject: [PATCH] Adjust SELinux context for fbguard --- builds/install/posix-common/posixLibrary.sh.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/builds/install/posix-common/posixLibrary.sh.in b/builds/install/posix-common/posixLibrary.sh.in index 1522285b011..32c987c0fe5 100644 --- a/builds/install/posix-common/posixLibrary.sh.in +++ b/builds/install/posix-common/posixLibrary.sh.in @@ -927,6 +927,13 @@ fixFilePermissions() { rm -f $tmp1 $tmp2 $tmp3 $tmp4 + # fb_guard + cd @FB_BINDIR@ + for FileName in fbguard + do + chcon -t bin_t $FileName + done + # Lock files cd @FB_GUARDDIR@ for FileName in fb_guard