Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions
Дата
Msg-id 200107202110.f6KLAka18263@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> bonolin <bonolin@yahoo.com> writes:
> >   I install postgres 7.1 on solaris 2.6(sparc cpu).And create some
> >   db,runing normal.Today,I want to restart the database,it report
> >   "FATAL 1: configuration file `postgresql.conf' has wrong
> >   permissions",I check and change the permission to 775 ,but fail
> >   either,can you help.I need your help.  Thanks!
>
> A look at the source code shows it wants 744 or less.
>
> This is probably overly restrictive; in fact, I would argue that there
> should be no such check at all.  We do not do runtime checks for
> permissions on any other files, and some of them are far more sensitive
> than postgresql.conf (password files for example).  Peter, what is the
> rationale for having this check?

Isn't the file in /data, which is 700.  Why do we care what permissions
we give it?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: help for:FATAL 1: configuration file `postgresql.conf' has wrong permissions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation Bug related to Inheritance