[MDEV-15844] Add umask and umask_dir as server variable Created: 2018-04-11 Updated: 2021-12-10 |
|
| Status: | Needs Feedback |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Richard Stracke | Assignee: | Richard Stracke |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Description |
|
How to change the default permissions of newly created files and directory is described here, https://mariadb.com/kb/en/library/specifying-permissions-for-schema-data-directories-and-tables/ This is not very intuitive for many users, especially if the change should be "update proof" So it would be more intuitive and user friendly to add a server variable, https://mariadb.com/kb/en/library/server-system-variables/. |