mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipa-upgradeconfig: Remove the upgrade_httpd_selinux function
This function was never called from anywhere.
This commit is contained in:
parent
0840b588d7
commit
595b37d6bb
@ -304,14 +304,6 @@ def upgrade_ipa_profile(ca):
|
||||
|
||||
return False
|
||||
|
||||
def upgrade_httpd_selinux(fstore):
|
||||
"""
|
||||
Update SElinux configuration for httpd instance in the same way as the
|
||||
new server installation does.
|
||||
"""
|
||||
root_logger.info('[Verifying the Apache SELinux configuration]')
|
||||
http = httpinstance.HTTPInstance(fstore)
|
||||
http.configure_selinux_for_httpd()
|
||||
|
||||
def named_enable_psearch():
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user