Reduntant: Included init_daemon_domain already has this.
Reduntant: Included init_daemon_domain already has this. Reduntant: Included init_daemon_domain already has this. Reduntant: Included init_daemon_domain already has this. Reduntant: Included init_daemon_domain already has this. Reduntant: Included init_daemon_domain already has this.
This commit is contained in:
parent
ce6df09d63
commit
8b858f2652
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user