commit: f2549bf9ab2169e59a5debf59a78ff78c59d55c2
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 02:58:39 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 03:00:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2549bf9
sys-auth/keystone: make keystone install configs with correct perms
Package-Manager: portage-2.2.20.1
sys-auth/keystone/keystone-2015.1.1.ebuild | 1 +
sys-auth/keystone/keystone-2015.1.9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/sys-auth/keystone/keystone-2015.1.1.ebuild
b/sys-auth/keystone/keystone-2015.1.1.ebuild
index 47b6f3e..0e736d2 100644
--- a/sys-auth/keystone/keystone-2015.1.1.ebuild
+++ b/sys-auth/keystone/keystone-2015.1.1.ebuild
@@ -156,6 +156,7 @@ python_install() {
diropts -m 0750
keepdir /etc/keystone /var/log/keystone
insinto /etc/keystone
+ insopts -m0640 -okeystone -gkeystone
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
doins etc/policy.v3cloudsample.json etc/keystone-paste.ini
diff --git a/sys-auth/keystone/keystone-2015.1.9999.ebuild
b/sys-auth/keystone/keystone-2015.1.9999.ebuild
index 843687a..a3ab5b1 100644
--- a/sys-auth/keystone/keystone-2015.1.9999.ebuild
+++ b/sys-auth/keystone/keystone-2015.1.9999.ebuild
@@ -157,6 +157,7 @@ python_install() {
diropts -m 0750
keepdir /etc/keystone /var/log/keystone
insinto /etc/keystone
+ insopts -m0640 -okeystone -gkeystone
doins etc/keystone.conf.sample etc/logging.conf.sample
doins etc/default_catalog.templates etc/policy.json
doins etc/policy.v3cloudsample.json etc/keystone-paste.ini