[selinux-policy: 3137/3172] Redundant: Included userdom_user_home_content already has this.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:38:57 UTC 2010


commit daed45f480dca8ba592bb6cc0b73b509cca63134
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Sep 24 09:19:36 2010 +0200

    Redundant: Included userdom_user_home_content already has this.
    
    Redundant: Included userdom_user_home_content already has this.
    
    Redundant: Included userdom_user_home_content already has this.
    
    Redundant: Included userdom_search_user_home_dirs already has this.
    
    Redundant: Included userdom_user_home_content already has this.

 policy/modules/services/razor.te        |    1 -
 policy/modules/services/spamassassin.te |    1 -
 policy/modules/services/ssh.te          |    1 -
 policy/modules/services/telnet.te       |    2 --
 policy/modules/services/xserver.te      |    2 --
 5 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/policy/modules/services/razor.te b/policy/modules/services/razor.te
index 8aef127..f24c52e 100644
--- a/policy/modules/services/razor.te
+++ b/policy/modules/services/razor.te
@@ -32,7 +32,6 @@ ifdef(`distro_redhat',`
 	type razor_home_t;
 	typealias razor_home_t alias { user_razor_home_t staff_razor_home_t sysadm_razor_home_t };
 	typealias razor_home_t alias { auditadm_razor_home_t secadm_razor_home_t };
-	files_poly_member(razor_home_t)
 	userdom_user_home_content(razor_home_t)
 
 	type razor_log_t;
diff --git a/policy/modules/services/spamassassin.te b/policy/modules/services/spamassassin.te
index 74ab7d8..56e4c2e 100644
--- a/policy/modules/services/spamassassin.te
+++ b/policy/modules/services/spamassassin.te
@@ -59,7 +59,6 @@ ifdef(`distro_redhat',`
 	typealias spamassassin_home_t alias { user_spamassassin_home_t staff_spamassassin_home_t sysadm_spamassassin_home_t };
 	typealias spamassassin_home_t alias { auditadm_spamassassin_home_t secadm_spamassassin_home_t };
 	userdom_user_home_content(spamassassin_home_t)
-	files_poly_member(spamassassin_home_t)
 
 	type spamassassin_tmp_t;
 	typealias spamassassin_tmp_t alias { user_spamassassin_tmp_t staff_spamassassin_tmp_t sysadm_spamassassin_tmp_t };
diff --git a/policy/modules/services/ssh.te b/policy/modules/services/ssh.te
index a0a4aa8..135bb1b 100644
--- a/policy/modules/services/ssh.te
+++ b/policy/modules/services/ssh.te
@@ -81,7 +81,6 @@ ubac_constrained(ssh_tmpfs_t)
 type ssh_home_t;
 typealias ssh_home_t alias { home_ssh_t user_ssh_home_t user_home_ssh_t staff_home_ssh_t sysadm_home_ssh_t };
 typealias ssh_home_t alias { auditadm_home_ssh_t secadm_home_ssh_t };
-files_type(ssh_home_t)
 userdom_user_home_content(ssh_home_t)
 
 ##############################
diff --git a/policy/modules/services/telnet.te b/policy/modules/services/telnet.te
index 7d12830..26c5931 100644
--- a/policy/modules/services/telnet.te
+++ b/policy/modules/services/telnet.te
@@ -68,8 +68,6 @@ corecmd_search_bin(telnetd_t)
 files_read_usr_files(telnetd_t)
 files_read_etc_files(telnetd_t)
 files_read_etc_runtime_files(telnetd_t)
-# for identd; cjp: this should probably only be inetd_child rules?
-files_search_home(telnetd_t)
 
 init_rw_utmp(telnetd_t)
 
diff --git a/policy/modules/services/xserver.te b/policy/modules/services/xserver.te
index fb5a344..b9dac48 100644
--- a/policy/modules/services/xserver.te
+++ b/policy/modules/services/xserver.te
@@ -152,7 +152,6 @@ type iceauth_home_t;
 typealias iceauth_home_t alias { user_iceauth_home_t staff_iceauth_home_t sysadm_iceauth_home_t };
 typealias iceauth_home_t alias { auditadm_iceauth_home_t secadm_iceauth_home_t };
 typealias iceauth_home_t alias { xguest_iceauth_home_t };
-files_poly_member(iceauth_home_t)
 userdom_user_home_content(iceauth_home_t)
 
 type xauth_t;
@@ -167,7 +166,6 @@ type xauth_home_t;
 typealias xauth_home_t alias { user_xauth_home_t staff_xauth_home_t sysadm_xauth_home_t };
 typealias xauth_home_t alias { auditadm_xauth_home_t secadm_xauth_home_t };
 typealias xauth_home_t alias { xguest_xauth_home_t unconfined_xauth_home_t };
-files_poly_member(xauth_home_t)
 userdom_user_home_content(xauth_home_t)
 
 type xauth_tmp_t;


More information about the scm-commits mailing list