Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create local world-readable files and directories per default
Starting with e5dc1a8 ("Set umask before operations that create local files") Nextcloud would create local files and directories with their permission set to world readable. While you can protect access to nextcloud's data/ directory by -x'ing it, when it comes to permissions and security, a defensive approach is always preferable. Hence this changes the used umask from 022 to 027. This partly addresses #29041. Signed-off-by: Florian Schmaus <flo@geekplace.eu>
- Loading branch information