Skip to content

Commit

Permalink
chmod 444 logrotate config files
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Jul 31, 2017
1 parent ba5e8e0 commit 24ca3b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 1.1.1
- chmod 444 logrotate config files
- fix jsonssl-helper get traefik ca certificate on alpine

# 1.1.0
- Use debian stretch-slim as baseimage

Expand Down
2 changes: 2 additions & 0 deletions image/service-available/:logrotate/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ log-helper level eq trace && set -x
ln -sf ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/logrotate.conf /etc/logrotate.conf
ln -sf ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/logrotate_syslogng /etc/logrotate.d/syslog-ng

chmod 444 -R ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/*

exit 0

0 comments on commit 24ca3b7

Please sign in to comment.