Re: BUG #2088: logfiles only readable by instance owner

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dick Snippe" <Dick(dot)Snippe(at)tech(dot)omroep(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2088: logfiles only readable by instance owner
Date: 2005-12-02 05:30:17
Message-ID: 28488.1133501417@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Dick Snippe" <Dick(dot)Snippe(at)tech(dot)omroep(dot)nl> writes:
> setting umask 077 makes sense for the data files, but not per se for the
> logfile.

The logfile typically contains data just as sensitive as the data files,
so I disagree.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-12-02 05:31:28 Re: BUG #2085: pg_dump incompletely dumps ACLs
Previous Message Tom Lane 2005-12-02 05:29:10 Re: BUG #2087: Bogus error message on CREATE TRIGGER with a SQL function