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)