mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Cleanup SELinux policy
* Remove FC for /usr/libexec/ipa/com.redhat.idm.trust-fetch-domains. The file has been moved to oddjobs/ subdirectory a long time ago. * Simplify FC for oddjob scripts. All com.redhat.idm.* and org.freeipa.* scripts are labeled as ipa_helper_exec_t. * use miscfiles_read_generic_certs() instead of deprecated miscfiles_read_certs() to address the warning: ``` Warning: miscfiles_read_certs() has been deprecated, please use miscfiles_read_generic_certs() instead. ``` (Also add org.freeipa.server.trust-enable-agent to .gitignore) Related: https://pagure.io/freeipa/issue/6891 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -137,6 +137,7 @@ install/custodia/ipa-custodia-dmldap
|
||||
install/custodia/ipa-custodia-pki-tomcat
|
||||
install/custodia/ipa-custodia-pki-tomcat-wrapped
|
||||
install/custodia/ipa-custodia-ra-agent
|
||||
install/oddjob/org.freeipa.server.trust-enable-agent
|
||||
install/oddjob/com.redhat.idm.trust-fetch-domains
|
||||
install/oddjob/etc/oddjobd.conf.d/ipa-server.conf
|
||||
install/oddjob/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf
|
||||
|
||||
Reference in New Issue
Block a user