Explorar o código

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

Robert Levas %!s(int64=10) %!d(string=hai) anos
pai
achega
0c98119f5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>