Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27C8B19BA8 for ; Thu, 21 Apr 2016 20:32:18 +0000 (UTC) Received: (qmail 51606 invoked by uid 500); 21 Apr 2016 20:32:17 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 51568 invoked by uid 500); 21 Apr 2016 20:32:17 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 51519 invoked by uid 99); 21 Apr 2016 20:32:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 20:32:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7D705E01D8; Thu, 21 Apr 2016 20:32:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: swill@apache.org To: commits@cloudstack.apache.org Date: Thu, 21 Apr 2016 20:32:20 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/7] git commit: updated refs/heads/4.8 to c2fc0c4 Merge pull request #1420 from shapeblue/injectsh-umaskfix systemvm: preserve file permissions, set default umask- In injectkeys.sh which is used to inject new public keys everytime cloudstack starts; while copying files preserve the mode/ownership. This ensures the scripts have same mode bits as originally configured in the iso file - The default umask of 0022 is set in Ubuntu and other packages. Set the same in case of CentOS startup scripts cc @abhinandanprateek @wido @remibergsma @DaanHoogland @jburwell * pr/1420: systemvm: set default umask 022 in injectkeys.sh Signed-off-by: Will Stevens Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f9846f17 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f9846f17 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f9846f17 Branch: refs/heads/4.8 Commit: f9846f1785721532482b731a580f1c21ef2114ed Parents: 2ada75c a11f711 Author: Will Stevens Authored: Thu Apr 21 16:29:51 2016 -0400 Committer: Will Stevens Committed: Thu Apr 21 16:29:51 2016 -0400 ---------------------------------------------------------------------- packaging/centos63/cloud-management.rc | 1 + packaging/centos7/cloud-management.service | 1 + scripts/vm/systemvm/injectkeys.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) ----------------------------------------------------------------------