mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #28717 from cachedout/umask_note
Add note about recommended umask
This commit is contained in:
commit
f4fe921965
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue