Displaying 3 results from an estimated 3 matches for "ftpd_full_access".
2018 May 23
1
Vsftpd vs. iptables firewall script
...ere. After switching SELinux to permissive mode and connecting to the
server, I did this:
# sealert -a /var/log/audit/audit.log
The problem here was that I got a small tsunami of suggestions. But in
the middle of this flood, I got a boolean to set, so on a hunch, I tried
that:
# setsebool -P ftpd_full_access 1
Turns out this solved all SELinux-related problems. So Vsftp works
perfectly now with my custom Iptables firewall *and* SELinux in
enforcing mode.
Cheers & thanks for all your suggestions.
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Si...
2020 Aug 07
0
Reset booleans to default value ?
Hi,
Here's a list of all the booleans I tweaked on my server running CentOS 7:
$ sudo cat /etc/selinux/targeted/active/booleans.local
# This file is auto-generated by libsemanage
# Do not edit directly.
named_write_master_zones=0
httpd_can_sendmail=1
httpd_unified=1
ftpd_full_access=1
httpd_can_network_connect=1
spamd_enable_home_dirs=1
How can I "reset" (in a manner of speaking) these booleans to their default
value post-install?
Ideally, the booleans.local file should be empty, but since it's
auto-generated, there's not much sense in simply erasing it.
C...
2018 May 23
7
Vsftpd vs. iptables firewall script
Hi,
I'm currently setting up a local FTP server, to receive disk images sent
with G4L (Ghost4Linux).
This server has been running Slackware Linux before, and the Vsftpd
setup was relatively simple.
With CentOS things seem to be slightly different, so I'm currently
trying to work things out. For the moment, two things seem to be
creating problems, the simple iptables firewall and