sebbASF commented on PR #581:
URL:
https://github.com/apache/tooling-trusted-releases/pull/581#issuecomment-3790602489
chmod seems to be associated with umask and the state directory:
While in Docker:
cd /opt/atr/state
umask 0022
date >0022
chmod 400 0022
umask 0277
date >0277
chmod 400 0277
chmod: 0277: Permission denied
The same does not happen in the parent directory
--
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]