You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Stash is being run with a umask that contains potentially unsafe settings.
The following issues were found with the mask "u=rwx,g=rwx,o=rx" (0002):
- access is allowed to 'others'. It is recommended that 'others' be denied
all access for security reasons.
- write access is allowed to 'group'. It is recommend that 'group' be
denied write access. Read access to a restricted group is recommended
to allow access to the logs.
The recommended umask for Stash is "u=,g=w,o=rwx" (0027) and can be
configured in setenv.sh
Uncommenting the umask setting in setenv.sh as recommended seems to suppressed the error, but perhaps we should do it at user level?
The text was updated successfully, but these errors were encountered:
Uncommenting the umask setting in
setenv.sh
as recommended seems to suppressed the error, but perhaps we should do it at user level?The text was updated successfully, but these errors were encountered: