94ee5ce
## <summary>SELinux policy for antivirus programs.</summary>
28a36c2
94ee5ce
######################################
28a36c2
## <summary>
94ee5ce
##  Creates types and rules for a basic
94ee5ce
##  antivirus domain.
28a36c2
## </summary>
94ee5ce
## <param name="prefix">
94ee5ce
##  <summary>
94ee5ce
##  Prefix for the domain.
94ee5ce
##  </summary>
28a36c2
## </param>
28a36c2
#
94ee5ce
interface(`antivirus_domain_template',`
28a36c2
        gen_require(`
28a36c2
                attribute antivirus_domain;
28a36c2
        ')
28a36c2
28a36c2
        typeattribute $1 antivirus_domain;
28a36c2
')