-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Currently we chmod 777 all the required directories. This is ugly and instead of this we should do following:
RUN chgrp -R 0 /some/directory RUN chmod -R g+rw /some/directory RUN find /some/directory -type d -exec chmod g+x {} +
- clones
-
CLOUD-866 [EAP6] Rewrite support for arbitrary UID's
- Closed