setsebool sets the current state of a particular SELinux boolean or a list of booleans to a given value
# setsebool [SELinux boolean] [on|off]
To modify (switch on or off) the value of a SELinux Boolean at runtime # setsebool ftp_home_dir on or # setsebool ftp_home_dir off
To make the changes persistent across reboots # setsebool -P ftp_home_dir on or # setsebool -P ftp_home_dir off
# setsebool -P httpd_can_network_connect on or # setsebool -P httpd_can_network_connect off
regards, T.Dhanasekar