Move the ifdef at the end of the declaration block

This commit is contained in:
Laurent Bigonville 2014-02-05 22:23:32 +01:00 committed by Chris PeBenito
parent f2313e5304
commit d6751cb2f4
1 changed files with 4 additions and 4 deletions

View File

@ -33,10 +33,6 @@ corecmd_executable_file(sshd_exec_t)
ssh_server_template(sshd)
init_daemon_domain(sshd_t, sshd_exec_t)
ifdef(`distro_debian',`
init_daemon_run_dir(sshd_var_run_t, "sshd")
')
type sshd_key_t;
files_type(sshd_key_t)
@ -81,6 +77,10 @@ userdom_user_home_content(ssh_home_t)
type sshd_keytab_t;
files_type(sshd_keytab_t)
ifdef(`distro_debian',`
init_daemon_run_dir(sshd_var_run_t, "sshd")
')
##############################
#
# SSH client local policy