selinux-policy/refpolicy/policy/modules/services/mta.if
2005-05-02 19:24:29 +00:00

25 lines
480 B
Plaintext

# Copyright (C) 2005 Tresys Technology, LLC
#######################################
#
# Per user domain template for this module
#
# mta_per_userdomain_template(userdomain_prefix)
#
define(`mta_per_userdomain_template',`
requires_block_template(mta_per_userdomain_template_depend)
type $1_mail_t;
domain_make_domain($1_mail_t)
type $1_mail_tmp_t;
files_make_file($1_mail_tmp_t)
logging_send_system_log_message($1_mail_t)
')
define(`mta_per_userdomain_template_depend',`
')