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:
parent
a3ac9f6054
commit
bd4af49996
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user