2005-10-21 15:38:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# /etc
|
|
|
|
#
|
2006-07-24 15:43:57 +00:00
|
|
|
/etc/dovecot\.conf.* gen_context(system_u:object_r:dovecot_etc_t,s0)
|
|
|
|
/etc/dovecot\.passwd.* gen_context(system_u:object_r:dovecot_passwd_t,s0)
|
2005-10-21 15:38:22 +00:00
|
|
|
|
|
|
|
/etc/pki/dovecot(/.*)? gen_context(system_u:object_r:dovecot_cert_t,s0)
|
2009-06-30 19:27:21 +00:00
|
|
|
/etc/rc\.d/init\.d/dovecot -- gen_context(system_u:object_r:dovecot_initrc_exec_t,s0)
|
2005-10-21 15:38:22 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# /usr
|
|
|
|
#
|
|
|
|
/usr/sbin/dovecot -- gen_context(system_u:object_r:dovecot_exec_t,s0)
|
|
|
|
|
|
|
|
/usr/share/ssl/certs/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)
|
|
|
|
/usr/share/ssl/private/dovecot\.pem -- gen_context(system_u:object_r:dovecot_cert_t,s0)
|
|
|
|
|
|
|
|
ifdef(`distro_debian', `
|
2009-06-30 19:27:21 +00:00
|
|
|
/usr/lib/dovecot/dovecot-auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
|
|
|
|
/usr/lib/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
|
2005-10-21 15:38:22 +00:00
|
|
|
')
|
|
|
|
|
|
|
|
ifdef(`distro_redhat', `
|
|
|
|
/usr/libexec/dovecot/dovecot-auth -- gen_context(system_u:object_r:dovecot_auth_exec_t,s0)
|
2009-06-30 19:27:21 +00:00
|
|
|
/usr/libexec/dovecot/deliver -- gen_context(system_u:object_r:dovecot_deliver_exec_t,s0)
|
2005-10-21 15:38:22 +00:00
|
|
|
')
|
|
|
|
|
|
|
|
#
|
|
|
|
# /var
|
|
|
|
#
|
|
|
|
/var/run/dovecot(-login)?(/.*)? gen_context(system_u:object_r:dovecot_var_run_t,s0)
|
2009-06-30 19:27:21 +00:00
|
|
|
/var/run/dovecot/login/ssl-parameters.dat -- gen_context(system_u:object_r:dovecot_var_lib_t,s0)
|
2005-10-21 15:38:22 +00:00
|
|
|
|
2006-07-28 15:13:58 +00:00
|
|
|
/var/lib/dovecot(/.*)? gen_context(system_u:object_r:dovecot_var_lib_t,s0)
|
|
|
|
|
2009-06-30 19:27:21 +00:00
|
|
|
/var/log/dovecot\.log.* gen_context(system_u:object_r:dovecot_var_log_t,s0)
|
|
|
|
|
2005-10-21 15:38:22 +00:00
|
|
|
/var/spool/dovecot(/.*)? gen_context(system_u:object_r:dovecot_spool_t,s0)
|