From 0e5c5442c65d633009af38348bee55274444fe29 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Sat, 14 Oct 2006 23:32:30 +0000 Subject: [PATCH] fix term_tty() associations --- policy/modules/kernel/terminal.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/kernel/terminal.if b/policy/modules/kernel/terminal.if index 9a3b1900d..a12cdaa4a 100644 --- a/policy/modules/kernel/terminal.if +++ b/policy/modules/kernel/terminal.if @@ -90,8 +90,8 @@ interface(`term_tty',` typeattribute $2 ttynode, serial_device; type_change $1 tty_device_t:chr_file $2; - fs_associate($1) - files_associate_tmp($1) + fs_associate($2) + files_associate_tmp($2) # Debian login is from shadow utils and does not allow resetting the perms. # have to fix this!