fix stray line that got out of TODO

This commit is contained in:
Chris PeBenito 2005-07-29 15:07:15 +00:00
parent e5590ea5ec
commit bbdbdb9edf

View File

@ -77,7 +77,6 @@ tunable_policy(`ssh_sysadm_login',`
# ioctl is necessary for logout() processing for utmp entry and for w to
# display the tty.
# some versions of sshd on the new SE Linux require setattr
allow sshd_t ptyfile:chr_file relabelto;
term_use_all_user_ptys(sshd_t)
term_setattr_all_user_ptys(sshd_t)
term_relabelto_all_user_ptys(sshd_t)
@ -95,6 +94,12 @@ optional_policy(`rpm.te',`
ifdef(`TODO',`
tunable_policy(`ssh_sysadm_login',`
# Relabel and access ptys created by sshd
# ioctl is necessary for logout() processing for utmp entry and for w to
# display the tty.
# some versions of sshd on the new SE Linux require setattr
allow sshd_t ptyfile:chr_file relabelto;
optional_policy(`xauth.te',`
domain_trans(sshd_t, xauth_exec_t, userdomain)
')