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