Reputation:
I was installing vsftpd on CentOS 7 and when I run
Server results: Boolean ftp_home_dir is not defined
I needed run it for SELinux allows users to work on FTP.
Upvotes: 9
Views: 22790
Reputation: 236
Try running this:
setsebool -P tftp_home_dir on
Upvotes: 22