I'm running widfly 18.0.1 on CentOS 8.3.
https://docs.wildfly.org/18/Admin_Guide.html#Audit_loggingWhen I enabled Audit logging , audit-log file was created with permission 600 (rw-------) .
Other log files (eg. server.log) was created with permission 644(rw-r--r--). Only audit-log file has different permission.
Is it possible to change permission of audit-log file to 644?
How can I change it?