Add note about recommended umask

Closes #28199
This commit is contained in:
Mike Place 2015-11-09 15:46:57 -07:00
parent f3e61db045
commit 1874300e08

View file

@ -237,3 +237,10 @@ service.
Salt Master Umask
=================
The salt master uses a cache to track jobs as they are published and returns come back.
The recommended umask for a salt-master is `022`, which is the default for most users
on a system. Incorrect umasks can result in permission-denied errors when the master
tries to access files in its cache.