Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure umask is set appropriately for 'system service'
We need a umask of 0022 to ensure containers are created correctly, but we set a different one prior to starting the server (to ensure the unix socket has the right permissions). Thus, we need to set the umask after the socket has been bound, but before the server begins accepting requests. Fixes containers#6787 Signed-off-by: Matthew Heon <[email protected]>
- Loading branch information