Consistent ordering of declarations.

This commit is contained in:
Dominick Grift 2010-09-24 10:23:19 +02:00
parent 3c4ffa3294
commit 9444a138f5

View File

@ -6,11 +6,10 @@ policy_module(stunnel, 1.9.1)
#
type stunnel_t;
domain_type(stunnel_t)
role system_r types stunnel_t;
type stunnel_exec_t;
domain_type(stunnel_t)
domain_entry_file(stunnel_t, stunnel_exec_t)
role system_r types stunnel_t;
ifdef(`distro_gentoo',`
init_daemon_domain(stunnel_t, stunnel_exec_t)