Layer: services

Module: ftp

Interfaces Templates

Description:

File transfer protocol service

Interfaces:

ftp_check_exec( domain )
Summary

Execute FTP daemon entry point programs.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
ftp_read_config( domain )
Summary

Read ftpd etc files

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
ftp_read_log( domain )
Summary

Read FTP transfer logs

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
ftp_tcp_connect( domain )
Summary

Use ftp by connecting over TCP.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
Return

Templates:

ftp_per_userdomain_template( userdomain_prefix )
Summary

The per user domain template for the ftp module.

Description

This template allows ftpd to manage files in a user home directory, creating files with the correct type.

This template is invoked automatically for each user, and generally does not need to be invoked directly by policy writers.

Parameters
Parameter:Description:Optional:
userdomain_prefix

The prefix of the user domain (e.g., user is the prefix for user_t).

No
Return