Bug 245638
Summary: | DNS updates by dhcp are blocked by wrong permissions | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David A. De Graaf <dad> |
Component: | bind | Assignee: | Adam Tkac <atkac> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 7 | CC: | ovasik |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-06-28 12:50:42 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David A. De Graaf
2007-06-25 20:13:25 UTC
/var/named directory will have _never_ got rwxrwx--- perms. This could be big security hazard. When you need dynamic DNS please see man named about ENABLE_ZONE_WRITE parameter and about named_write_master_zones selinux boolean. In Fedora 7 exists three directories where named could write - /var/named/data (logs, stats etc), /var/named/slaves (for slave zones) and /var/named/dynamic (for dynamic DNS zones). /var/named/dynamic directory is designed for your purposes. Please put your zones there. You could also set named_write_master_zones boolean and ENABLE_ZONE_WRITE parameter and then your zones in /var/named could be writable. But this approach is deprecated and in future Fedoras only data, slaves and dynamic directories could be writable. Regards, Adam |