move system_chkpwd to fix ordering issue with checkpolicy

This commit is contained in:
Chris PeBenito 2005-04-26 21:10:11 +00:00
parent 8beec89d27
commit e064a64b0e
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ policy_module(authlogin,1.0)
# Declarations
#
type chkpwd_exec_t;
authlogin_per_userdomain_template(system)
domain_make_entrypoint_file(system_chkpwd_t,chkpwd_exec_t)
type faillog_t;
@ -50,6 +51,5 @@ logging_make_log_file(wtmp_t)
#
# Local policy
#
authlogin_per_userdomain_template(system)
#dontaudit system_chkpwd_t { user_tty_type tty_device_t }:chr_file rw_file_perms;
#dontaudit system_chkpwd_t privfd:fd use;