From 91cbcc66028d5e5e4b554df5bdf208bce631d8ed Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: May 24 2010 19:09:18 +0000 Subject: Fix deprecated interface usage in rhel4 block in su.if. --- diff --git a/policy/modules/admin/su.if b/policy/modules/admin/su.if index b993927..cce9b37 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)