summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-17 02:13:44 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-17 02:13:44 +0000
commitc42262b43b009af990e5769840391862d64a1c2d (patch)
tree9c6a6c89ddc662cc72c87bb6d984c31f1c394dba /CHANGELOG
parentc6586b1283a94c8f08bc669f4d8a9384b263073e (diff)
parent8587a2937020eca2fda3efbcf31862697e7f5b3f (diff)
downloadgitlab-ce-c42262b43b009af990e5769840391862d64a1c2d.tar.gz
Merge branch 'backup-permissions' into 'master'
Change permissions on backup files Use more restrictive permissions for backup tar files and for the db, uploads, and repositories directories inside the tar files. See #1894. Now the backup task recursively `chmod`s the `db/`, `uploads/`, and `repositories/` folders with 0700 permissions, and the tar file is created as 0600. cc @sytse See merge request !1703
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd66a92933d..86e18d09f33 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,6 +32,7 @@ v 7.9.0 (unreleased)
- Add a service to send updates to an Irker gateway (Romain Coltel)
- Add brakeman (security scanner for Ruby on Rails)
- Slack username and channel options
+ - Restrict permissions on backup files
- Add grouped milestones from all projects to dashboard.
- Web hook sends pusher email as well as commiter
- Add Bitbucket omniauth provider.