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