Unable to set ftp_home_dir in Fedora 24
Installed fresh copy of Fedora 24. Then installed vsftpd server, but when I tried to set 'ftp_home_dir', the following is the error.
# setsebool -P ftp_home_dir on
Boolean ftp_home_dir is not defined
I searched for 'ftp_home_dir' boolean, but couldn't find.
# semanage boolean -l | grep '^ftp_home_dir'
...No results
Appreciate any help. Thanks
There is not an
ftp_home_dir
boolean. What are you trying to accomplish?"There is not an ftp_home_dir boolean. What are you trying to accomplish?"
To allow users to access their home directory through ftp by setting boolean
ftp_home_dir
to on. There is noftp_home_dir
boolean...yes I noticed...that's why I posted this question... why there is noftp_home_dir
boolean? Its always been there in SELinux with fedora/centos/redhat from ages.I'm not sure where it went... but use sftp instead.
lol randomuser. lol.
I'd do it for you if I weren't at work without a Fedora 24 box, but run
getsebool -a | grep ftp
and see what it turns up.Nice; I totally forgot about this question. That'd be the answer.