[selinux-policy: 2915/3172] add labeling for /root/.debug

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:19:31 UTC 2010


commit 43a0339db4bccd4ea9450ebe71b278541ac93e53
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Sep 14 15:29:18 2010 -0400

    add labeling for /root/.debug

 policy/modules/system/userdomain.fc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/policy/modules/system/userdomain.fc b/policy/modules/system/userdomain.fc
index 61db6da..4d34e8e 100644
--- a/policy/modules/system/userdomain.fc
+++ b/policy/modules/system/userdomain.fc
@@ -4,6 +4,7 @@ HOME_DIR/.+		gen_context(system_u:object_r:user_home_t,s0)
 /tmp/gconfd-USER -d	gen_context(system_u:object_r:user_tmp_t,s0)
 /root(/.*)?	 	gen_context(system_u:object_r:admin_home_t,s0)
 /root/\.cert(/.*)?	gen_context(system_u:object_r:home_cert_t,s0)
+/root/\.debug(/.*)?	<<none>>
 /dev/shm/pulse-shm.*	gen_context(system_u:object_r:user_tmpfs_t,s0)
 /dev/shm/mono.*		gen_context(system_u:object_r:user_tmpfs_t,s0)
 HOME_DIR/bin(/.*)?	gen_context(system_u:object_r:home_bin_t,s0)


More information about the scm-commits mailing list