You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2015/06/23 16:08:53 UTC

ambari git commit: AMBARI-12082. Ambari agent temp directory has wrong permissions on ambari-server host (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk 405caf1eb -> 0c98119f5


AMBARI-12082. Ambari agent temp directory has wrong permissions on ambari-server host (rlevas)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0c98119f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0c98119f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0c98119f

Branch: refs/heads/trunk
Commit: 0c98119f5fa09bf884e3c3ed394415bc8776fb74
Parents: 405caf1
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Jun 23 10:08:44 2015 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Jun 23 10:08:44 2015 -0400

----------------------------------------------------------------------
 ambari-agent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0c98119f/ambari-agent/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 0dedc8d..4fc8794 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -388,7 +388,7 @@
             </mapping>
             <mapping>
               <directory>/var/lib/${project.artifactId}/data/tmp</directory>
-              <filemode>755</filemode>
+              <filemode>777</filemode>
               <username>root</username>
               <groupname>root</groupname>
             </mapping>