Redundant: Included inetd_service_domain has this.

Redundant: Included inetd_tcp_service_domain has this.

Redundant: Included inetd_tcp_service_domain has this. Conditional init_daemon_domain has it also.

Redundant: Included inetd_tcp_service_domain has this.
This commit is contained in:
Dominick Grift 2010-09-24 10:34:08 +02:00
parent fae9473242
commit ce6df09d63
4 changed files with 0 additions and 6 deletions

View File

@ -7,9 +7,6 @@ policy_module(stunnel, 1.9.1)
type 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)

View File

@ -7,7 +7,6 @@ policy_module(tcpd, 1.4.0)
type tcpd_t;
type tcpd_exec_t;
inetd_tcp_service_domain(tcpd_t, tcpd_exec_t)
role system_r types tcpd_t;
type tcpd_tmp_t;
files_tmp_file(tcpd_tmp_t)

View File

@ -8,7 +8,6 @@ policy_module(telnet, 1.10.0)
type telnetd_t;
type telnetd_exec_t;
inetd_service_domain(telnetd_t, telnetd_exec_t)
role system_r types telnetd_t;
type telnetd_devpts_t; #, userpty_type;
term_login_pty(telnetd_devpts_t)

View File

@ -7,7 +7,6 @@ policy_module(uucp, 1.11.0)
type uucpd_t;
type uucpd_exec_t;
inetd_tcp_service_domain(uucpd_t, uucpd_exec_t)
role system_r types uucpd_t;
type uucpd_lock_t;
files_lock_file(uucpd_lock_t)