[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: myexim01.te contents: Does it look ok?
- From: Jason L Tibbitts III <tibbs math uh edu>
- To: Daniel J Walsh <dwalsh redhat com>
- Cc: fedora-selinux-list <fedora-selinux-list redhat com>
- Subject: Re: myexim01.te contents: Does it look ok?
- Date: 27 Oct 2008 14:25:30 -0500
Just FYI, I found that I needed the following additional bits in order
to get exim and spamassassin working without spewing AVCs on F9:
module local 1.0;
require {
type exim_spool_t;
type spamd_t;
type exim_t;
class dir { write search read remove_name create getattr add_name };
class file { rename setattr read create ioctl write getattr link unlink append };
}
#============= spamd_t ==============
allow spamd_t exim_spool_t:dir { write search read remove_name create getattr add_name };
allow spamd_t exim_spool_t:file { rename setattr read create getattr write ioctl link unlink append };
- J<
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]