Allow init scripts to read courier configuration

The courier-imap and courier-pop3 daemons are started by sourcing their
configuration files, and then invoking the daemons using the proper options. If
this is done through a specialized script, then init only needs to call this
script (where a proper transition occurs) but if the init script itself does
this, it needs to be able to read the configuration files.

Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
This commit is contained in:
Sven Vermeulen 2012-09-08 17:45:53 +02:00 committed by Chris PeBenito
parent a3ac9f6054
commit bd4af49996

View File

@ -612,6 +612,10 @@ optional_policy(`
clamav_read_config(initrc_t)
')
optional_policy(`
courier_read_config(initrc_t)
')
optional_policy(`
cpucontrol_stub(initrc_t)
dev_getattr_cpu_dev(initrc_t)