Set read and execute permissions for all paths

If a path requires read or execute permission, it is granted to all. This
keeps path parameters in line with other directories that MaxScale
creates.
This commit is contained in:
Markus Mäkelä
2018-05-22 13:25:41 +03:00
parent 21b77ce4d3
commit 16d2ff9564
3 changed files with 6 additions and 2 deletions

View File

@ -208,6 +208,7 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
MXS_DEFAULT_DATADIR,
MXS_MODULE_OPT_PATH_R_OK |
MXS_MODULE_OPT_PATH_W_OK |
MXS_MODULE_OPT_PATH_X_OK |
MXS_MODULE_OPT_PATH_CREAT
},
{"ssl_cert_verification_depth", MXS_MODULE_PARAM_COUNT, "9"},