netudima commented on code in PR #4853:
URL: https://github.com/apache/cassandra/pull/4853#discussion_r3328952173
##########
.build/docker/ubuntu-test.docker:
##########
@@ -80,6 +81,7 @@ RUN find /etc -type f -name java.security -exec sed -i
's/TLSv1, TLSv1.1//' {} \
RUN find /etc -type f -name java.security -exec sed -i
's/3DES_EDE_CBC$/3DES_EDE_CBC, TLSv1, TLSv1.1/' {} \;
# create and change to cassandra-tmp user, use an rare uid to avoid collision
later on
+RUN mkdir -p /root && chmod -R a+rwx /root
Review Comment:
is it ok to allow everyone to read and write from /root?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]