Bug 12617 - bind не работает из-за отсутствия прав доступа named в папку slave
Summary: bind не работает из-за отсутствия прав доступа named в папку slave
Status: CLOSED DUPLICATE of bug 12035
Alias: None
Product: Branch 4.0
Classification: Distributions
Component: bind (show other bugs)
Version: 4.0
Hardware: all Linux
: P2 critical
Assignee: Dmitry V. Levin
QA Contact: Q.A. 4.0
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 12:53 MSD by Serg Rychka
Modified: 2007-08-23 15:21 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serg Rychka 2007-08-23 12:53:16 MSD
Используется ALTLinux Server 4.0.1
(ftp://ftp.linux.kiev.ua/pub/Linux/ALT/ISO/Server-4.0.1-i586-install.iso).
Из-за отсутствия прав доступа bind не может положить зоны в папку slave
В результате:
named[2953]: general: error: dumping master file: slave/tmp-PWzR52pxXN: open:
permission denied

PS: x86_64 etc. не проверял, но возможно там тоже самое.

Actual Results:  
Права доступа для папки /var/lib/bind/zone/slave:
drwx------ 2 root named 4096 Aug 23  2007 slave/
Права доступа для папки /var/lib/bind/var:
drwx------  4 root named 4096 Aug 23 11:16 var/

Expected Results:  
Права доступа для папки /var/lib/bind/zone/slave:
drwxrwx--T 2 root named 4096 Aug 23  2007 slave/
Права доступа для папки /var/lib/bind/var:
drwx--x---  4 root named 4096 Aug 23 11:16 var/
Comment 1 Dmitry V. Levin 2007-08-23 15:21:06 MSD
Please read /usr/share/doc/bind-9.3.4/README.ALT file.

*** This bug has been marked as a duplicate of 12035 ***