Extended file attributes
mpd – change the music directory context for selinux.
2014/01/10
For running mpd with different use, you may find necessary to change the SELinux context of your music directory. For this, you would need to run the below command: chcon -R -t mpd_user_data_t Music/ …