diff --git a/policy/modules/services/rgmanager.te b/policy/modules/services/rgmanager.te index 3b5909f..cfe999f 100644 --- a/policy/modules/services/rgmanager.te +++ b/policy/modules/services/rgmanager.te @@ -14,7 +14,6 @@ gen_tunable(rgmanager_can_network_connect, false) type rgmanager_t; type rgmanager_exec_t; -domain_type(rgmanager_t) init_daemon_domain(rgmanager_t, rgmanager_exec_t) type rgmanager_initrc_exec_t; diff --git a/policy/modules/services/ricci.te b/policy/modules/services/ricci.te index e2434cb..9f38104 100644 --- a/policy/modules/services/ricci.te +++ b/policy/modules/services/ricci.te @@ -7,7 +7,6 @@ policy_module(ricci, 1.7.0) type ricci_t; type ricci_exec_t; -domain_type(ricci_t) init_daemon_domain(ricci_t, ricci_exec_t) type ricci_initrc_exec_t; @@ -42,7 +41,6 @@ files_pid_file(ricci_modcluster_var_run_t) type ricci_modclusterd_t; type ricci_modclusterd_exec_t; -domain_type(ricci_modclusterd_t) init_daemon_domain(ricci_modclusterd_t, ricci_modclusterd_exec_t) type ricci_modclusterd_tmpfs_t; diff --git a/policy/modules/services/ssh.te b/policy/modules/services/ssh.te index c1c7393..a0a4aa8 100644 --- a/policy/modules/services/ssh.te +++ b/policy/modules/services/ssh.te @@ -32,7 +32,6 @@ attribute ssh_agent_type; type ssh_keygen_t; type ssh_keygen_exec_t; init_system_domain(ssh_keygen_t, ssh_keygen_exec_t) -role system_r types ssh_keygen_t; type sshd_exec_t; corecmd_executable_file(sshd_exec_t) diff --git a/policy/modules/services/sysstat.te b/policy/modules/services/sysstat.te index 67607ac..3645a22 100644 --- a/policy/modules/services/sysstat.te +++ b/policy/modules/services/sysstat.te @@ -8,7 +8,6 @@ policy_module(sysstat, 1.6.0) type sysstat_t; type sysstat_exec_t; init_system_domain(sysstat_t, sysstat_exec_t) -role system_r types sysstat_t; type sysstat_log_t; logging_log_file(sysstat_log_t) diff --git a/policy/modules/services/ucspitcp.te b/policy/modules/services/ucspitcp.te index 2fde184..37c056b 100644 --- a/policy/modules/services/ucspitcp.te +++ b/policy/modules/services/ucspitcp.te @@ -8,12 +8,10 @@ policy_module(ucspitcp, 1.3.0) type rblsmtpd_t; type rblsmtpd_exec_t; init_system_domain(rblsmtpd_t, rblsmtpd_exec_t) -role system_r types rblsmtpd_t; type ucspitcp_t; type ucspitcp_exec_t; init_system_domain(ucspitcp_t, ucspitcp_exec_t) -role system_r types ucspitcp_t; ######################################## # diff --git a/policy/modules/services/virt.te b/policy/modules/services/virt.te index 8dac607..af8a03e 100644 --- a/policy/modules/services/virt.te +++ b/policy/modules/services/virt.te @@ -571,7 +571,6 @@ optional_policy(` # type virsh_t; type virsh_exec_t; -domain_type(virsh_t) init_system_domain(virsh_t, virsh_exec_t) typealias virsh_t alias xm_t; typealias virsh_exec_t alias xm_exec_t;