[selinux-policy: 2782/3172] Remove some redundant attributes from user_home_t.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:07:37 UTC 2010


commit 48c3c37cf2abf4f869aceb16a4383772f005b180
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Jul 9 16:48:12 2010 +0200

    Remove some redundant attributes from user_home_t.
    
    Signed-off-by: Dominick Grift <domg472 at gmail.com>
    Signed-off-by: Chris PeBenito <cpebenito at tresys.com>

 policy/modules/system/userdomain.te |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te
index a2f2efd..60937f0 100644
--- a/policy/modules/system/userdomain.te
+++ b/policy/modules/system/userdomain.te
@@ -74,10 +74,8 @@ typealias user_home_t alias { staff_untrusted_content_t sysadm_untrusted_content
 userdom_user_home_content(user_home_t)
 fs_associate_tmpfs(user_home_t)
 files_associate_tmp(user_home_t)
-files_poly_member(user_home_t)
 files_poly_parent(user_home_t)
 files_mountpoint(user_home_t)
-ubac_constrained(user_home_t)
 
 type user_devpts_t alias { staff_devpts_t sysadm_devpts_t secadm_devpts_t auditadm_devpts_t unconfined_devpts_t };
 dev_node(user_devpts_t)


More information about the scm-commits mailing list