[selinux-policy: 561/3172] all dev nodes assoc to tmpfs, since most everyone is moving to udev

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:53:06 UTC 2010


commit f0b1efa2a29212d13870ebc93755b2ff62421218
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Aug 12 19:28:15 2005 +0000

    all dev nodes assoc to tmpfs, since most everyone is moving to udev

 refpolicy/policy/modules/kernel/devices.if |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/devices.if b/refpolicy/policy/modules/kernel/devices.if
index c8ea64e..a073acd 100644
--- a/refpolicy/policy/modules/kernel/devices.if
+++ b/refpolicy/policy/modules/kernel/devices.if
@@ -41,10 +41,7 @@ interface(`dev_node',`
 	typeattribute $1 device_node;
 
 	fs_associate($1)
-
-	optional_policy(`distro_redhat',`
-		fs_associate_tmpfs($1)
-	')
+	fs_associate_tmpfs($1)
 ')
 
 ########################################


More information about the scm-commits mailing list