From 08eb9d1a33ab44ad1c727d055dbd225ef3632ff0 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 31 May 2005 13:45:37 +0000 Subject: [PATCH] fix tmpfs assoc call --- refpolicy/policy/modules/kernel/terminal.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/policy/modules/kernel/terminal.if b/refpolicy/policy/modules/kernel/terminal.if index df26acd4..96c0d89a 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) ') ')