Blame mls/domains/program/comsat.te
|
Chris PeBenito |
31b7c0 |
#DESC comsat - biff server
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
# Author: Dan Walsh <dwalsh@redhat.com>
|
|
Chris PeBenito |
31b7c0 |
# Depends: inetd.te
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
#################################
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
# Rules for the comsat_t domain.
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
# comsat_exec_t is the type of the comsat executable.
|
|
Chris PeBenito |
31b7c0 |
#
|
|
Chris PeBenito |
31b7c0 |
|
|
Chris PeBenito |
31b7c0 |
inetd_child_domain(comsat, udp)
|
|
Chris PeBenito |
31b7c0 |
allow comsat_t initrc_var_run_t:file r_file_perms;
|
|
Chris PeBenito |
31b7c0 |
dontaudit comsat_t initrc_var_run_t:file write;
|
|
Chris PeBenito |
31b7c0 |
allow comsat_t mail_spool_t:dir r_dir_perms;
|
|
Chris PeBenito |
31b7c0 |
allow comsat_t mail_spool_t:lnk_file read;
|
|
Chris PeBenito |
31b7c0 |
allow comsat_t var_spool_t:dir search;
|
|
Chris PeBenito |
31b7c0 |
dontaudit comsat_t sysadm_tty_device_t:chr_file getattr;
|