fix stray line that got out of TODO
This commit is contained in:
parent
e5590ea5ec
commit
bbdbdb9edf
@ -77,7 +77,6 @@ tunable_policy(`ssh_sysadm_login',`
|
|||||||
# ioctl is necessary for logout() processing for utmp entry and for w to
|
# ioctl is necessary for logout() processing for utmp entry and for w to
|
||||||
# display the tty.
|
# display the tty.
|
||||||
# some versions of sshd on the new SE Linux require setattr
|
# 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_use_all_user_ptys(sshd_t)
|
||||||
term_setattr_all_user_ptys(sshd_t)
|
term_setattr_all_user_ptys(sshd_t)
|
||||||
term_relabelto_all_user_ptys(sshd_t)
|
term_relabelto_all_user_ptys(sshd_t)
|
||||||
@ -95,6 +94,12 @@ optional_policy(`rpm.te',`
|
|||||||
|
|
||||||
ifdef(`TODO',`
|
ifdef(`TODO',`
|
||||||
tunable_policy(`ssh_sysadm_login',`
|
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',`
|
optional_policy(`xauth.te',`
|
||||||
domain_trans(sshd_t, xauth_exec_t, userdomain)
|
domain_trans(sshd_t, xauth_exec_t, userdomain)
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user