Difference between revisions of "Redhat:FTP SELinux"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== FTP and SELInux == === SELINUX Types === {| class="wikitable" |- |ftpd_exec_t |used for the vsftpd executable |- |xferlog_t | assigned to the log files |- |public_conten...")
 
 
Line 24: Line 24:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|allow+ftpd_anon_write
+
|allow_ftpd_anon_write
 
|allow anonymous users to write files - requires the public_content_rw_t on thedirectory
 
|allow anonymous users to write files - requires the public_content_rw_t on thedirectory
 
|-
 
|-

Latest revision as of 12:39, 17 September 2013

FTP and SELInux

SELINUX Types

ftpd_exec_t used for the vsftpd executable
xferlog_t assigned to the log files
public_content_t reuqired for files shared through ftp, except home directories
public_content_rw_t Required for directories where users can write files, except home directories

SELinux Booleans

All of the FTP booleans are disabled by default

allow_ftpd_anon_write allow anonymous users to write files - requires the public_content_rw_t on thedirectory
allow_ftpd_full allow regular users access to all files on the system
ftp_home_dir allow regular users access to their home directories, protected by username and password