diff --git a/Changelog b/Changelog index 99e8f4538..5e31df40e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Fix init_system_domain() description, pointed out by Elia Pinto. - Postgresql selabel_lookup update from KaiGai Kohei. - Dovecot managesieve support from Mika Pfluger. - Semicolon after interface/template calls cleanup from Elia Pinto. diff --git a/policy/modules/system/init.if b/policy/modules/system/init.if index cc83689c6..94fd8dd93 100644 --- a/policy/modules/system/init.if +++ b/policy/modules/system/init.if @@ -304,10 +304,10 @@ interface(`init_ranged_daemon_domain',` ## ## ##

-## Create a domain for long running processes (daemons/services) +## Create a domain for short running processes ## which are started by init scripts. These are generally applications that ## are used to initialize the system during boot. -## Long running processes +## Long running processes, such as daemons/services ## should use the init_daemon_domain() interface instead. ## Typically all short running processes started by an init ## script (usually in /etc/init.d) will need to use this