From 91cbcc66028d5e5e4b554df5bdf208bce631d8ed Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 24 May 2010 15:09:18 -0400 Subject: [PATCH] Fix deprecated interface usage in rhel4 block in su.if. --- policy/modules/admin/su.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/admin/su.if b/policy/modules/admin/su.if index b9939276..cce9b377 100644 --- a/policy/modules/admin/su.if +++ b/policy/modules/admin/su.if @@ -254,10 +254,10 @@ template(`su_role_template',` # Relabel ttys and ptys. term_relabel_all_ttys($1_su_t) - term_relabel_all_user_ptys($1_su_t) + term_relabel_all_ptys($1_su_t) # Close and re-open ttys and ptys to get the fd into the correct domain. term_use_all_ttys($1_su_t) - term_use_all_user_ptys($1_su_t) + term_use_all_ptys($1_su_t) seutil_read_config($1_su_t) seutil_read_default_contexts($1_su_t)