/etc/mydns.conf: WARNING: config file is readable by unprivileged user

Discussion in 'General' started by wizard, Aug 22, 2008.

  1. wizard

    wizard New Member

    Dear all;

    When i start mydns it show error this below

    Aug 22 11:08:36 www mydns[23303]: mydns 1.1.0 started Fri Aug 22 11:08:36 2008 (listening on 3 addresses)
    Aug 22 11:08:36 www mydns[23303]: /etc/mydns.conf: WARNING: config file is readable by unprivileged user

    and
    [root@www etc]# ls -l /etc/mydns.conf
    -rw-r--r-- 1 root root 1961 2008-08-15 15:09 /etc/mydns.conf

    How to solved ?

    Many thank.
    Wizard
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try this:
    Code:
    chmod 640 /etc/mydns.conf
     

Share This Page