From 00916971f1c3abcfcf5b5c1aca4a9a998ec2400c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Apr 04 2022 00:59:47 +0000 Subject: livesys-main: Use restorecon -RF instead of just -R We want SELinux contexts forcibly set correctly, or we can get broken environments at runtime. --- diff --git a/libexec/livesys/livesys-main b/libexec/livesys/livesys-main index a6e9586..a9c0b31 100755 --- a/libexec/livesys/livesys-main +++ b/libexec/livesys/livesys-main @@ -154,5 +154,5 @@ fi # make sure to set the right permissions and selinux contexts chown -R liveuser:liveuser /home/liveuser/ -restorecon -R /home/liveuser/ +restorecon -RF /home/liveuser/