[selinux-policy: 227/3172] fix tmpfs assoc call

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:24:36 UTC 2010


commit 08eb9d1a33ab44ad1c727d055dbd225ef3632ff0
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue May 31 13:45:37 2005 +0000

    fix tmpfs assoc call

 refpolicy/policy/modules/kernel/terminal.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/terminal.if b/refpolicy/policy/modules/kernel/terminal.if
index df26acd..96c0d89 100644
--- a/refpolicy/policy/modules/kernel/terminal.if
+++ b/refpolicy/policy/modules/kernel/terminal.if
@@ -58,7 +58,7 @@ tunable_policy(`distro_debian',`
 type_change $1 ttyfile:chr_file $2;
 ')
 tunable_policy(`distro_redhat',`
-tmpfs_associate($2)
+filesystem_tmpfs_associate($2)
 ')
 ')
 


More information about the scm-commits mailing list