getsebool -a | grep samba
setsebool -P samba_enable_home_dirs on
vim /etc/samba/smb.conf
[global]
workgroup = MYGROUP
server string = Samba Server Version %v
log file = /var/log/samba/log.%m
max log size = 50
security = user
passdb backend = tdbsam
load printers = yes
cups options = raw
[share]
comment = Do not arbitrarily modify the share file
path = /home/share
public = no
writable = yes