Chris PeBenito 0fbfa5
#DESC rsync - flexible replacement for rcp
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Author:  Dan Walsh <dwalsh@redhat.com>
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Depends: inetd.te
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#################################
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Rules for the rsync_t domain.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# rsync_exec_t is the type of the rsync executable.
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
inetd_child_domain(rsync)
Chris PeBenito 0fbfa5
type rsync_data_t, file_type, sysadmfile;
Chris PeBenito 0fbfa5
r_dir_file(rsync_t, rsync_data_t)
Chris PeBenito 0fbfa5
ifdef(`ftpd.te', `
Chris PeBenito 0fbfa5
r_dir_file(rsync_t, ftpd_anon_t)
Chris PeBenito 0fbfa5
')