This commit is contained in:
Jan Horak 2023-03-02 10:52:08 +01:00 committed by Eike Rathke
parent ab751dba65
commit 4f81225ee3
1 changed files with 1 additions and 1 deletions

View File

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