SELinux has detected a problem.
The source process: postalias
Attempted this access: write
On this file: aliases.lmdb
You need to change the label on aliases.lmdb
# semanage fcontext -a -t FILE_TYPE 'aliases.lmdb'
where FILE_TYPE is one of the following: afs_cache_t, etc_aliases_t, initrc_tmp_t, krb5_host_rcache_t, mailman_data_t, postfix_data_t, postfix_etc_t, postfix_private_t, postfix_prng_t, postfix_spool_t, postfix_var_run_t, puppet_tmp_t, root_t, user_cron_spool_t.
Then execute:
restorecon -v 'aliases.lmdb'
Which of the FILE_TYPE options (afs_cache_t, etc_aliases_t, initrc_tmp_t …) is correct?