浏览代码

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

Robert Levas 10 年之前
父节点
当前提交
0c98119f5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-agent/pom.xml

+ 1 - 1
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>