diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-28 21:58:39 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-28 22:00:47 -0500 |
commit | f2549bf9ab2169e59a5debf59a78ff78c59d55c2 (patch) | |
tree | c80267cc5798425536d180426eacc69bc8c6adfe /sys-auth | |
parent | sys-block/open-iscsi: fixing perms on an installed script to be exec (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-auth/keystone/keystone-2015.1.1.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/keystone/keystone-2015.1.9999.ebuild | 1 |
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 |