From 53e14a383ab7908cac8a781dc8b233ac16741a51 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 May 2025 12:37:07 +0300 Subject: [PATCH] chmod: add the Fedora Atomic /var/roothome --- chmod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chmod b/chmod index 28b2b5fe..108e62cc 100755 --- a/chmod +++ b/chmod @@ -48,4 +48,9 @@ if hash setfacl 2> /dev/null; then fi fi +# Fedora Atomic compatibility +if [ -d /var/roothome ]; then + chmod -v a+x /var/roothome +fi + set +x