[selinux-policy: 2860/3172] Do not try to relabel the contents of the /dev/shm directory.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:14:39 UTC 2010


commit b7ceb3499560bcdcc6d09693ddc379564b1b0798
Author: Dominick Grift <domg472 at gmail.com>
Date:   Fri Sep 3 11:59:00 2010 +0200

    Do not try to relabel the contents of the /dev/shm directory.
    
    Signed-off-by: Dominick Grift <domg472 at gmail.com>

 policy/modules/kernel/filesystem.fc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/policy/modules/kernel/filesystem.fc b/policy/modules/kernel/filesystem.fc
index 9306de6..7d0ef43 100644
--- a/policy/modules/kernel/filesystem.fc
+++ b/policy/modules/kernel/filesystem.fc
@@ -1,3 +1,4 @@
 /dev/shm	-d	gen_context(system_u:object_r:tmpfs_t,s0)
+/dev/shm/.*		<<none>>
 
 /cgroup		-d	gen_context(system_u:object_r:cgroup_t,s0)


More information about the scm-commits mailing list