ansible/roles/roles-lists/files/sendmail-spamc.te
Timo Makinen 32e4f82ff2 roles-lists: Initial version of role
Add support for archiving mailing lists from roles.
2021-03-12 17:09:46 +00:00

14 lines
381 B
Text

module sendmail-spamc 1.0;
require {
type spamc_exec_t;
type sendmail_t;
class file { execute execute_no_trans getattr map open read };
}
#============= sendmail_t ==============
#!!!! This avc can be allowed using the boolean 'domain_can_mmap_files'
allow sendmail_t spamc_exec_t:file map;
allow sendmail_t spamc_exec_t:file { execute execute_no_trans getattr open read };