Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Umask for documentarians on docs.nyc1.psf.io #186
Comments
|
That directory isn't currently managed by salt at all, so it can either be set directly by an administrator (such as yourself) or we can configure salt to manage the permissions. |
|
For the I don't know where this strange 007 umask come from on docs.nyc1.psf.io, there's a |
Currently we're all having a umask of
007, so if we create a directory the docsbuild-scripts won't be able to touch it.@ewdurbin would it be a good idea to set it to
002(so if we create a directory it would go as775) and settingS_ISGID(2000) bit on /srv/docs.python.org (and all directory of the herarchy) so anything created under it is still owned by thedocsgroup?