Bug 1580389
| Summary: | bind-dyndb-ldap post script enables setsetbool named_write_master_zones on installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Tomáš Hozza <thozza> | ||||
| Component: | bind-dyndb-ldap | Assignee: | Alexander Bokovoy <abokovoy> | ||||
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.6 | CC: | ksiddiqu, ndehadra, pemensik | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 7.6 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | bind-dyndb-ldap-11.1-5 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1573998 | ||||||
| : | 1639410 (view as bug list) | Environment: | |||||
| Last Closed: | 2019-08-06 13:04:01 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1573998, 1574003 | ||||||
| Bug Blocks: | |||||||
| Attachments: | 
            
  | 
      ||||||
| 
 
        
          Description
        
        
          Tomáš Hozza
        
        
        
        
        
          2018-05-21 11:59:26 UTC
        
       
      
      
      
    *** Bug 1580388 has been marked as a duplicate of this bug. *** Created attachment 1445754 [details]
Remove setsebool toggling, depend on bind doing it
    Target next minor version. bind-dyndb-ldap-11.1-6.el7.x86_64 Tested the bug with following observations: [root@auto-hv-01-guest07 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 Beta (Maipo) [root@auto-hv-01-guest07 ~]# rpm -qa | grep bind rpcbind-0.2.0-48.el7.x86_64 [root@auto-hv-01-guest07 ~]# rpm -q ipa-server package ipa-server is not installed [root@auto-hv-01-guest07 ~]# getsebool named_write_master_zones named_write_master_zones --> off [root@auto-hv-01-guest07 ~]# [root@auto-hv-01-guest07 ~]# [root@auto-hv-01-guest07 ~]# yum -y install bind-dyndb-ldap [root@auto-hv-01-guest07 ~]# getsebool named_write_master_zones named_write_master_zones --> on [root@auto-hv-01-guest07 ~]# yum erase bind* -y [root@auto-hv-01-guest07 ~]# getsebool named_write_master_zones named_write_master_zones --> off [root@auto-hv-01-guest07 ~]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2195  |