Windows cannot access samba folder from Centos 7
Try to access the share from the Windows PC.
Error
Windows cannot access \\Centos\Shared
You do not have the permission to access \\Centos\Shared. Contact your network administrator to request access.
Open a terminal and try
su setsebool -P samba_export_all_rw 1
Problem solved.