This commit is contained in:
Jan Horak 2023-03-02 10:52:08 +01:00 committed by Eike Rathke
parent db402b6ac7
commit c5324b88ce

View File

@ -196,7 +196,7 @@ fi
# (rhbz#1731371) # (rhbz#1731371)
if [ $MOZILLA_DOWN -ne 0 ]; then if [ $MOZILLA_DOWN -ne 0 ]; then
if [ -x $GETENFORCE_FILE ] && [ `getenforce` != "Disabled" ]; then if [ -x $GETENFORCE_FILE ] && [ `getenforce` != "Disabled" ]; then
(restorecon -vr ~/.mozilla/firefox/* &) (/usr/sbin/restorecon -vr ~/.mozilla/firefox/* &)
fi fi
fi fi