Explorar el Código

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

Robert Levas hace 10 años
padre
commit
0c98119f5f
Se han modificado 1 ficheros con 1 adiciones y 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>