baseer
asked Oct 20 2017
Answer
use below command to set selinux context for samba directory
semanage fcontext -a -t samba_share_t "/home/share(/.*)?"
restorecon -R -v /home/share
arunkumarak
asked Oct 20 2017
edited Oct 05 2018
SAMBA : How to set the SELinux context for the directory
hello i have created share directory for samba. now i need to set permission to change the SELinux context for the entire directory .