trunk: fix targeted sshd. When the domain was unaliased from unconfined_t, a transition to unconfined_t was not added.
This commit is contained in:
parent
d46cfe45cd
commit
708aab1393
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(ssh,1.7.1)
|
||||
policy_module(ssh,1.7.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -82,6 +82,7 @@ corenet_sendrecv_xserver_server_packets(sshd_t)
|
|||
|
||||
ifdef(`targeted_policy',`
|
||||
unconfined_domain(sshd_t)
|
||||
unconfined_shell_domtrans(sshd_t)
|
||||
')
|
||||
|
||||
tunable_policy(`ssh_sysadm_login',`
|
||||
|
|
Loading…
Reference in New Issue