Patch for kerberized telnet fixes from Dan Walsh.
This commit is contained in:
parent
09c56f5496
commit
4900fdf7d1
|
@ -1,3 +1,4 @@
|
|||
- Patch for kerberized telnet fixes from Dan Walsh.
|
||||
- Patch for kerberized ftp and other ftp fixes from Dan Walsh.
|
||||
- Patch for an additional wine executable from Dan Walsh.
|
||||
- Patch for additional games file contexts from Dan Walsh.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(telnet,1.3.0)
|
||||
policy_module(telnet,1.3.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -88,6 +88,7 @@ remotelogin_domtrans(telnetd_t)
|
|||
# for identd; cjp: this should probably only be inetd_child rules?
|
||||
optional_policy(`
|
||||
kerberos_use(telnetd_t)
|
||||
kerberos_read_keytab(telnetd_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
|
Loading…
Reference in New Issue