roles_lists: Rename role

This commit is contained in:
Timo Makinen 2022-02-25 00:06:58 +00:00
parent 1fb080b009
commit 4d6dcdac82
6 changed files with 1 additions and 1 deletions

View file

@ -1,14 +0,0 @@
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 };