|
SE linux troubleshooter
My SE linux troubleshooter displayed me a message
"If you want ftp to allow users access to their home directories you need to turn on the ftp_home_dir boolean: "setsebool -P ftp_home_dir=1"
The following command will allow this access:setsebool -P ftp_home_dir=1"
As the FTP user was not able login to the home directory
So when i ran the above command it worked.
I've never seen this command can someone please explain me the command??
|