summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-08-28 21:58:39 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-08-28 22:00:47 -0500
commitf2549bf9ab2169e59a5debf59a78ff78c59d55c2 (patch)
treec80267cc5798425536d180426eacc69bc8c6adfe /sys-auth/keystone
parentsys-block/open-iscsi: fixing perms on an installed script to be exec (diff)
downloadgentoo-f2549bf9ab2169e59a5debf59a78ff78c59d55c2.tar.gz
gentoo-f2549bf9ab2169e59a5debf59a78ff78c59d55c2.tar.bz2
gentoo-f2549bf9ab2169e59a5debf59a78ff78c59d55c2.zip
sys-auth/keystone: make keystone install configs with correct perms
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r--sys-auth/keystone/keystone-2015.1.1.ebuild1
-rw-r--r--sys-auth/keystone/keystone-2015.1.9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/keystone/keystone-2015.1.1.ebuild b/sys-auth/keystone/keystone-2015.1.1.ebuild
index 47b6f3e62753..0e736d2149ce 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 843687a1777b..a3ab5b1aef2d 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