21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
|
#DESC comsat - biff server
|
||
|
#
|
||
|
# Author: Dan Walsh <dwalsh@redhat.com>
|
||
|
# Depends: inetd.te
|
||
|
#
|
||
|
|
||
|
#################################
|
||
|
#
|
||
|
# Rules for the comsat_t domain.
|
||
|
#
|
||
|
# comsat_exec_t is the type of the comsat executable.
|
||
|
#
|
||
|
|
||
|
inetd_child_domain(comsat, udp)
|
||
|
allow comsat_t initrc_var_run_t:file r_file_perms;
|
||
|
dontaudit comsat_t initrc_var_run_t:file write;
|
||
|
allow comsat_t mail_spool_t:dir r_dir_perms;
|
||
|
allow comsat_t mail_spool_t:lnk_file read;
|
||
|
allow comsat_t var_spool_t:dir search;
|
||
|
dontaudit comsat_t sysadm_tty_device_t:chr_file getattr;
|