2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-17 20:00:19 +00:00

change /var/named permission to default 0750

This commit is contained in:
bybai
2019-04-19 06:42:13 -04:00
parent 3942151a15
commit 17748beb53

View File

@ -918,7 +918,7 @@ sub process_request {
unless ($ret) {
xCAT::SvrUtils::sendmsg("DNS setup is completed", $callback);
}
chmod 0750, $ctx->{dbdir};
umask($oldmask);
}