On 11/14/2017 06:11 PM, david wrote:
# Samba Configuration [global] [STUFF] force user = melinux guest ok = yes path = /home/samba-share write list = melinux
You may need to enable the samba_enable_home_dirs option: setsebool -P samba_enable_home_dirs=1
You might also want to double check that you haven't given write access to everyone. I'm mostly sure that forcing the user to "melinux" and adding that user to the write list will give write access to everyone.