trunk: test fix for newrole.

This commit is contained in:
Chris PeBenito 2007-11-28 18:39:47 +00:00
parent 1483be1fe5
commit 6138d3da0e
2 changed files with 3 additions and 2 deletions

View File

@ -369,12 +369,12 @@ interface(`auth_domtrans_chk_passwd',`
## </param> ## </param>
## <param name="role"> ## <param name="role">
## <summary> ## <summary>
## The role to allow the updpwd domain. ## The role to allow the chkpwd domain.
## </summary> ## </summary>
## </param> ## </param>
## <param name="terminal"> ## <param name="terminal">
## <summary> ## <summary>
## The type of the terminal allow the updpwd domain to use. ## The type of the terminal allow the chkpwd domain to use.
## </summary> ## </summary>
## </param> ## </param>
# #

View File

@ -255,6 +255,7 @@ term_dontaudit_use_unallocated_ttys(newrole_t)
auth_use_nsswitch(newrole_t) auth_use_nsswitch(newrole_t)
auth_domtrans_chk_passwd(newrole_t) auth_domtrans_chk_passwd(newrole_t)
auth_domtrans_upd_passwd(newrole_t)
auth_rw_faillog(newrole_t) auth_rw_faillog(newrole_t)
# Write to utmp. # Write to utmp.