From c5324b88ce9bb0b15de687620758809cd5c503ef Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 2 Mar 2023 10:52:08 +0100 Subject: [PATCH] Related: #2167577 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2174241 --- firefox.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.sh.in b/firefox.sh.in index 42eb1a7..3333339 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -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