Patch for kerberized ftp and other ftp fixes from Dan Walsh.
This commit is contained in:
parent
2aea366ffc
commit
09c56f5496
@ -1,3 +1,4 @@
|
||||
- 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.
|
||||
- Add support for libselinux 2.0.5 init_selinuxmnt() changes.
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(ftp,1.4.1)
|
||||
policy_module(ftp,1.4.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -125,7 +125,7 @@ auth_domtrans_chk_passwd(ftpd_t)
|
||||
auth_append_login_records(ftpd_t)
|
||||
#kerberized ftp requires the following
|
||||
auth_write_login_records(ftpd_t)
|
||||
auth_append_faillog(ftpd_t)
|
||||
auth_rw_faillog(ftpd_t)
|
||||
|
||||
init_use_fds(ftpd_t)
|
||||
init_use_script_ptys(ftpd_t)
|
||||
@ -235,6 +235,10 @@ optional_policy(`
|
||||
daemontools_service_domain(ftpd_t, ftpd_exec_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
kerberos_read_keytab(ftpd_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
#reh: typeattributes not allowed in conditionals yet.
|
||||
#tunable_policy(`! ftpd_is_daemon',`
|
||||
|
Loading…
Reference in New Issue
Block a user