Skip to content

Commit

Permalink
Update permissions also for micro images
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored and pkubatrh committed Sep 25, 2024
1 parent 1a43d6c commit 0634601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.4-micro/root/usr/share/container-scripts/httpd/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ root@${fqdn}
EOF
fi

chmod 644 ${sslcert}
chmod 644 ${sslkey}
chmod 640 ${sslcert}
chmod 640 ${sslkey}
}

config_general() {
Expand Down

0 comments on commit 0634601

Please sign in to comment.