Bug 126638
Summary: | Permissions for /var/named set by BIND RPM conflict with DDNS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul Bender <pbender> |
Component: | bind | Assignee: | Jason Vas Dias <jvdias> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2 | CC: | doug.palmer |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | selinux-policy-targeted-1.17.4.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-08-25 22:54:43 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
Paul Bender
2004-06-24 02:52:55 UTC
Can't you setup these journal files to be in a subdirectory of named with the appropriate privs? Dan I do not know of anyway to do this. BIND creates the *.jnl files automatically in its working directory, which is specified by the 'directory' option in /etc/named.conf. The working directory is the same directory that contains the zone files and it is configured to by '/var/named' by the /etc/named.conf file installed by the caching-nameserver RPM. I do not know of any option to set the path for the *.jnl files separate from the path for the working directory. Feeding the google search: The error message you'll see in /var/log/messages is: dumping master file: tmp-XXXXPyA987: open: permission denied and zone my.domain.name/IN: dump failed: permission denied *** Bug 112350 has been marked as a duplicate of this bug. *** This is now fixed with selinux-policy-targeted-1.17.4-1 . You may need to do: chown named:named /var/named The ownership of this directory was changed to root:root in bind-9.2.3-13 as a security measure. |